Skip to content

Commit

Permalink
lift sql cpu limits (#1791)
Browse files Browse the repository at this point in the history
Bug: T375874
  • Loading branch information
deer-wmde authored Oct 2, 2024
1 parent 04773e0 commit 45e3732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 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,7 @@ primary:
cpu: '2'
memory: 8Gi
limits:
cpu: '2'
cpu: null
memory: 8Gi
persistence:
enabled: true
Expand Down Expand Up @@ -74,7 +74,7 @@ secondary:
cpu: '2'
memory: 8Gi
limits:
cpu: '2'
cpu: null
memory: 8Gi
readinessProbe:
enabled: true
Expand Down
4 changes: 2 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,7 @@ primary:
cpu: 750m
memory: 1000Mi
limits:
cpu: 750m
cpu: null
memory: 1000Mi
configuration: |-
[mysqld]
Expand Down Expand Up @@ -61,7 +61,7 @@ secondary:
cpu: 750m
memory: 900Mi
limits:
cpu: 750m
cpu: null
memory: 900Mi
readinessProbe:
enabled: false
Expand Down

0 comments on commit 45e3732

Please sign in to comment.