Skip to content

Commit a4d29e9

Browse files
authored
remove cpu limits (#2050)
1 parent 60c3a1d commit a4d29e9

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

k8s/helmfile/env/production/sql.values.yaml.gotmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ primary:
1010
cpu: 100m
1111
memory: 8Gi
1212
limits:
13-
cpu: null
1413
memory: 8Gi
1514
persistence:
1615
enabled: true
@@ -74,7 +73,6 @@ secondary:
7473
cpu: 400m
7574
memory: 8Gi
7675
limits:
77-
cpu: null
7876
memory: 8Gi
7977
readinessProbe:
8078
enabled: true

k8s/helmfile/env/staging/sql.values.yaml.gotmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ primary:
44
cpu: 750m
55
memory: 1000Mi
66
limits:
7-
cpu: null
87
memory: 1000Mi
98
configuration: |-
109
[mysqld]
@@ -61,7 +60,6 @@ secondary:
6160
cpu: 750m
6261
memory: 900Mi
6362
limits:
64-
cpu: null
6563
memory: 900Mi
6664
readinessProbe:
6765
enabled: false

0 commit comments

Comments
 (0)