diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 4fbadd9..26182f4 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -124,9 +124,6 @@ smardigo-connect: basebackup: timeThreshold: 86400 # for backups older than 1 day teamLabel: alerting-nso-mobene - resources: - limits: - memory: 3Gi connect: additional_labels: restart: 20240812-1500 @@ -160,7 +157,7 @@ smardigo-connect: config_delete_scope_enabled: true resources: limits: - memory: 4Gi + memory: 8Gi requests: cpu: "2.5" livenessProbe: diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 7a248b2..b2575da 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -167,7 +167,7 @@ smardigo-connect: accesslog: enabled: true livenessProbe: - enabled: true + enabled: false initialDelaySeconds: 120 periodSeconds: 60 timeoutSeconds: 30