Skip to content

Commit

Permalink
[dev] mysql: add explicit resource request
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl committed Jul 14, 2021
1 parent f55f4fc commit edd30c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ mysql:
# OFF is the default as documented [here](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_explicit_defaults_for_timestamp) (we also see this in GCP), but not for this chart.
- name: MYSQL_EXTRA_FLAGS
value: --explicit-defaults-for-timestamp=OFF
resources:
requests:
memory: 128Mi
auth:
existingSecret: db-password
serviceAccount:
Expand All @@ -518,10 +521,6 @@ mysql:
initdbScriptsConfigMap: db-init-scripts
volumePermissions:
enabled: true
resources:
requests:
cpu: 200m
memory: 250Mi

rabbitmq:
enabled: true
Expand Down

0 comments on commit edd30c0

Please sign in to comment.