Skip to content

Commit

Permalink
TM-802 prod ns setup, updating yaml with new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbasumatary committed Jan 21, 2025
1 parent ae901f5 commit 67f8223
Showing 1 changed file with 32 additions and 22 deletions.
54 changes: 32 additions & 22 deletions kustomize/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file overrides values defined in ./values.yaml
repository:
# -- The startup probe to cover the worse case startup time for slow clusters
alfresco-repository:
# -- The startup probe to cover the worse case startup time for slow clusters
# startupProbe:
# periodSeconds: 30
# failureThreshold: 40
Expand All @@ -16,6 +16,7 @@ repository:
# failureThreshold: 40
replicaCount: 10
image:
repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-content-repository
tag: release_7.3.2_elasticsearch-r5.0.2-content-latest
resources: # requests and limits set closer together to ensure CP stability
requests:
Expand All @@ -24,35 +25,44 @@ repository:
limits:
cpu: 4
memory: 10Gi
persistence:
baseSize: 100Gi
share:
replicaCount: 1
image:
repository: 754256621582.dkr.ecr.eu-west-2.amazonaws.com/hmpps-migration/alfresco-share
tag: release_7.3.2_elasticsearch-r5.0.2-share-latest
externalHost: hmpps-delius-alfresco-prod.apps.live.cloud-platform.service.justice.gov.uk
externalProtocol: https
externalPort: 443
tika:
replicaCount: 8
resources:
limits:
cpu: 2
memory: 4Gi
transformrouter:
replicaCount: 12
resources:
requests:
cpu: "0.75"
memory: "300Mi"
limits:
cpu: "2"
memory: "756Mi"
alfresco-search-enterprise:
liveIndexing:
# set in value-versions yaml
content:
replicaCount: 8
mediation:
replicaCount: 4
metadata:
replicaCount: 4
replicaCount: 2
mediation:
replicaCount: 2
alfresco-transform-service:
tika:
replicaCount: 8
resources:
requests:
cpu: "0.5"
memory: "2048Mi"
limits:
cpu: "2"
memory: 6Gi
transformrouter:
replicaCount: 8
resources:
requests:
cpu: "0.75"
memory: "512Mi"
limits:
cpu: "2"
memory: 2Gi
global:
known_urls:
- https://hmpps-delius-alfresco-prod.apps.live.cloud-platform.service.justice.gov.uk
- https://share.hmpps-delius-alfresco-prod.apps.live.cloud-platform.service.justice.gov.uk
- https://alf-sfs.prod.delius-core.hmpps-production.modernisation-platform.service.justice.gov.uk

0 comments on commit 67f8223

Please sign in to comment.