diff --git a/values-override.yaml b/values-override.yaml index 802eb94..f174a7b 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: 1 + replicaCount: 0 resources: limits: memory: "2Gi" @@ -111,7 +111,8 @@ anm: requests: memory: "1Gi" cpu: "250m" - securityContext: {} + securityContext: + {} #runAsNonRoot: true route: enabled: true @@ -190,7 +191,7 @@ apimgr: generalConditions: accept: "yes" groupId: Group1 - replicaCount: 1 + replicaCount: 0 resources: limits: memory: "2Gi" @@ -312,8 +313,9 @@ apitraffic: minReplicas: 2 maxReplicas: 6 targetCPUUtilizationPercentage: 80 - replicaCount: 1 - securityContext: {} + replicaCount: 0 + securityContext: + {} #runAsNonRoot: true oauth: enabled: true @@ -544,7 +546,8 @@ apiportal: mysql: enabled: false # if the credentials are already available in a secret, set existingSecret - existingSecret: {} + existingSecret: + {} # name: "mysql-credentials" # keyMapping: # password: password