From 52245b6795f06f660633384448e53dbaca850157 Mon Sep 17 00:00:00 2001 From: dena Date: Mon, 7 Apr 2025 15:46:12 +0200 Subject: [PATCH] remove cpu limits --- k8s/helmfile/env/production/sql.values.yaml.gotmpl | 2 -- k8s/helmfile/env/staging/sql.values.yaml.gotmpl | 2 -- 2 files changed, 4 deletions(-) diff --git a/k8s/helmfile/env/production/sql.values.yaml.gotmpl b/k8s/helmfile/env/production/sql.values.yaml.gotmpl index 1c9decb44..8c8276fd8 100644 --- a/k8s/helmfile/env/production/sql.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/sql.values.yaml.gotmpl @@ -10,7 +10,6 @@ primary: cpu: '2' memory: 8Gi limits: - cpu: null memory: 8Gi persistence: enabled: true @@ -74,7 +73,6 @@ secondary: cpu: '2' memory: 8Gi limits: - cpu: null memory: 8Gi readinessProbe: enabled: true diff --git a/k8s/helmfile/env/staging/sql.values.yaml.gotmpl b/k8s/helmfile/env/staging/sql.values.yaml.gotmpl index fe1b980f4..77d968c15 100644 --- a/k8s/helmfile/env/staging/sql.values.yaml.gotmpl +++ b/k8s/helmfile/env/staging/sql.values.yaml.gotmpl @@ -4,7 +4,6 @@ primary: cpu: 750m memory: 1000Mi limits: - cpu: null memory: 1000Mi configuration: |- [mysqld] @@ -61,7 +60,6 @@ secondary: cpu: 750m memory: 900Mi limits: - cpu: null memory: 900Mi readinessProbe: enabled: false