Skip to content

Commit

Permalink
[ProxySQL] Make linter happy- Bump to proxysql chart v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer 'rei' Schuth committed Feb 23, 2024
1 parent 204c62e commit 63da686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dysnix/proxysql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ proxysql_cluster:

healthcheck:
# This is the healtcheck script executed by the k8s probes
psql_user: null # If not set use `.mysql_variables.monitor_username`
psql_pass: null # If not set use `.mysql_variables.monitor_password`
psql_user: null # If not set use `.mysql_variables.monitor_username`
psql_pass: null # If not set use `.mysql_variables.monitor_password`
psql_host: "127.0.0.1" # The listening core host/pod. NOTE: User 'monitor' can only connect locally
psql_host_port: null # The admin port. If not set use `.service.adminPort`

Expand Down

0 comments on commit 63da686

Please sign in to comment.