Skip to content

Commit

Permalink
Merge pull request #17 from ministryofjustice/NIT-990-update-pod-repl…
Browse files Browse the repository at this point in the history
…ica-nums

NIT-990 Updated number of replicas for each service
  • Loading branch information
shazChaudhry authored Dec 8, 2023
2 parents 66d3d3b + c9e4b23 commit 0dc98dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ msTeamsService:
metadataEnabled: true
imageEnabled: true
transformrouter:
replicaCount: 2
replicaCount: 1
nodeSelector: {}
image:
repository: quay.io/alfresco/alfresco-transform-router
Expand Down Expand Up @@ -252,7 +252,7 @@ transformrouter:
# -- Declares the alfresco-pdf-renderer service used by the content repository
# to transform pdf files
pdfrenderer:
replicaCount: 2
replicaCount: 1
nodeSelector: {}
image:
repository: alfresco/alfresco-pdf-renderer
Expand Down Expand Up @@ -292,7 +292,7 @@ pdfrenderer:
# -- Declares the alfresco-imagemagick service used by the content repository
# to transform image files
imagemagick:
replicaCount: 2
replicaCount: 1
nodeSelector: {}
image:
repository: alfresco/alfresco-imagemagick
Expand Down Expand Up @@ -332,7 +332,7 @@ imagemagick:
# -- Declares the alfresco-libreoffice service used by the content repository
# to transform office files
libreoffice:
replicaCount: 2
replicaCount: 1
nodeSelector: {}
image:
repository: alfresco/alfresco-libreoffice
Expand Down Expand Up @@ -372,7 +372,7 @@ libreoffice:
# -- Declares the alfresco-tika service used by the content repository
# to transform office files
tika:
replicaCount: 2
replicaCount: 1
nodeSelector: {}
image:
repository: alfresco/alfresco-tika
Expand Down Expand Up @@ -413,7 +413,7 @@ tika:
# to transform office files
transformmisc:
enabled: true
replicaCount: 2
replicaCount: 1
nodeSelector: {}
image:
repository: alfresco/alfresco-transform-misc
Expand Down

0 comments on commit 0dc98dd

Please sign in to comment.