From 3a2754dd3fbc37999b8bfcfa7554ecee171cbcac Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 17:16:47 +0200 Subject: [PATCH 1/3] deleted wrong lines --- values_cusprod.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 4fbadd9..7972274 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 From eeaa190d1c82ec886e049377208622b8ed63f2fc Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Tue, 13 Aug 2024 07:39:42 +0200 Subject: [PATCH 2/3] livenessProbe dev wieder entfernt --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2f93d2c1719ce462e9b6ad490db88be71b24b092 Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Tue, 13 Aug 2024 09:58:15 +0200 Subject: [PATCH 3/3] prod connect memory limit 4Gi -> 8 Gi --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 7972274..26182f4 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -157,7 +157,7 @@ smardigo-connect: config_delete_scope_enabled: true resources: limits: - memory: 4Gi + memory: 8Gi requests: cpu: "2.5" livenessProbe: