Skip to content

Commit

Permalink
feat(cloud): removed pxc cpu limit.
Browse files Browse the repository at this point in the history
limit lower than request prevented pod creation.
  • Loading branch information
bitfade committed May 2, 2022
1 parent 0ed44c1 commit a266ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/percona-xtradb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.10.17
version: 1.10.18

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
6 changes: 3 additions & 3 deletions charts/percona-xtradb-cluster/templates/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ spec:
requests:
memory: 2G
cpu: 2000m
limits:
memory:
cpu: "1"
# limits:
# memory:
# cpu: "1"
# ephemeral-storage: 1G
# nodeSelector:
# disktype: ssd
Expand Down

0 comments on commit a266ae5

Please sign in to comment.