We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c3a1d commit a4d29e9Copy full SHA for a4d29e9
2 files changed
k8s/helmfile/env/production/sql.values.yaml.gotmpl
@@ -10,7 +10,6 @@ primary:
10
cpu: 100m
11
memory: 8Gi
12
limits:
13
- cpu: null
14
15
persistence:
16
enabled: true
@@ -74,7 +73,6 @@ secondary:
74
73
cpu: 400m
75
76
77
78
79
readinessProbe:
80
k8s/helmfile/env/staging/sql.values.yaml.gotmpl
@@ -4,7 +4,6 @@ primary:
4
cpu: 750m
5
memory: 1000Mi
6
7
8
9
configuration: |-
[mysqld]
@@ -61,7 +60,6 @@ secondary:
61
60
62
memory: 900Mi
63
64
65
66
67
enabled: false
0 commit comments