Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions k8s/helmfile/env/production/sql.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ primary:
cpu: '2'
memory: 8Gi
limits:
cpu: null
memory: 8Gi
persistence:
enabled: true
Expand Down Expand Up @@ -74,7 +73,6 @@ secondary:
cpu: '2'
memory: 8Gi
limits:
cpu: null
memory: 8Gi
readinessProbe:
enabled: true
Expand Down
2 changes: 0 additions & 2 deletions k8s/helmfile/env/staging/sql.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ primary:
cpu: 750m
memory: 1000Mi
limits:
cpu: null
memory: 1000Mi
configuration: |-
[mysqld]
Expand Down Expand Up @@ -61,7 +60,6 @@ secondary:
cpu: 750m
memory: 900Mi
limits:
cpu: null
memory: 900Mi
readinessProbe:
enabled: false
Expand Down