From e69644338b2fe58d1412271fecd4ff53cc8877ce Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 13 Jan 2026 15:20:40 +1100 Subject: [PATCH] scaled up replicas for anm, apitraffic and apimgr --- values-override.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/values-override.yaml b/values-override.yaml index aea7fa8..1706369 100644 --- a/values-override.yaml +++ b/values-override.yaml @@ -103,7 +103,7 @@ anm: tag: "7.7.0.20250830-3-BN0276-ubi9" generalConditions: accept: "yes" - replicaCount: 0 + replicaCount: 1 resources: limits: memory: "2Gi" @@ -111,8 +111,7 @@ anm: requests: memory: "1Gi" cpu: "250m" - securityContext: - {} + securityContext: {} #runAsNonRoot: true route: enabled: true @@ -191,7 +190,7 @@ apimgr: generalConditions: accept: "yes" groupId: Group1 - replicaCount: 0 + replicaCount: 1 resources: limits: memory: "2Gi" @@ -313,9 +312,8 @@ apitraffic: minReplicas: 2 maxReplicas: 6 targetCPUUtilizationPercentage: 80 - replicaCount: 0 - securityContext: - {} + replicaCount: 1 + securityContext: {} #runAsNonRoot: true oauth: enabled: true @@ -546,8 +544,7 @@ apiportal: mysql: enabled: false # if the credentials are already available in a secret, set existingSecret - existingSecret: - {} + existingSecret: {} # name: "mysql-credentials" # keyMapping: # password: password