diff --git a/k8s/helmfile/env/production/sql.values.yaml.gotmpl b/k8s/helmfile/env/production/sql.values.yaml.gotmpl index 09f3be68..1c9decb4 100644 --- a/k8s/helmfile/env/production/sql.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/sql.values.yaml.gotmpl @@ -10,7 +10,7 @@ primary: cpu: '2' memory: 8Gi limits: - cpu: '2' + cpu: null memory: 8Gi persistence: enabled: true @@ -74,7 +74,7 @@ secondary: cpu: '2' memory: 8Gi limits: - cpu: '2' + 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 2387b29f..fe1b980f 100644 --- a/k8s/helmfile/env/staging/sql.values.yaml.gotmpl +++ b/k8s/helmfile/env/staging/sql.values.yaml.gotmpl @@ -4,7 +4,7 @@ primary: cpu: 750m memory: 1000Mi limits: - cpu: 750m + cpu: null memory: 1000Mi configuration: |- [mysqld] @@ -61,7 +61,7 @@ secondary: cpu: 750m memory: 900Mi limits: - cpu: 750m + cpu: null memory: 900Mi readinessProbe: enabled: false