From c9e4b23bf15b5c30ce437da2fd1532fbed3dfc47 Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Fri, 8 Dec 2023 15:38:01 +0000 Subject: [PATCH] NIT-990 Updated number of replicas for each service as advised by ALF dev team --- alfresco-content-services/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/alfresco-content-services/values.yaml b/alfresco-content-services/values.yaml index 4be9e3e..a381b1a 100644 --- a/alfresco-content-services/values.yaml +++ b/alfresco-content-services/values.yaml @@ -216,7 +216,7 @@ msTeamsService: metadataEnabled: true imageEnabled: true transformrouter: - replicaCount: 2 + replicaCount: 1 nodeSelector: {} image: repository: quay.io/alfresco/alfresco-transform-router @@ -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 @@ -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 @@ -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 @@ -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 @@ -413,7 +413,7 @@ tika: # to transform office files transformmisc: enabled: true - replicaCount: 2 + replicaCount: 1 nodeSelector: {} image: repository: alfresco/alfresco-transform-misc