From cfbb1ac1366fa3f4140569d8ea29da39d77cb2f6 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Thu, 18 Dec 2025 18:25:31 +1100 Subject: [PATCH] changed limits enabled metrics --- values-override.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/values-override.yaml b/values-override.yaml index fa31252..297579a 100644 --- a/values-override.yaml +++ b/values-override.yaml @@ -109,12 +109,12 @@ anm: accept: "yes" resources: limits: - memory: "2048Mi" - #cpu: "1000m" + memory: "2Gi" + cpu: "1" requests: memory: "1Gi" cpu: "250m" - securityContext: + securityContext: {} #runAsNonRoot: true route: enabled: true @@ -305,7 +305,7 @@ apitraffic: resources: limits: memory: "2Gi" - # cpu: 2 + cpu: 2 requests: memory: "0.5Gi" cpu: 0.5 @@ -315,7 +315,7 @@ apitraffic: maxReplicas: 6 targetCPUUtilizationPercentage: 80 replicaCount: 1 - securityContext: + securityContext: {} #runAsNonRoot: true oauth: enabled: true @@ -546,8 +546,7 @@ apiportal: mysql: enabled: false # if the credentials are already available in a secret, set existingSecret - existingSecret: - {} + existingSecret: {} # name: "mysql-credentials" # keyMapping: # password: password @@ -620,7 +619,7 @@ aga: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" - extraEnvVars: {} + extraEnvVars: # - name: ACCEPT_GENERAL_CONDITIONS # value: "yes" podAnnotations: {}