Skip to content

Commit

Permalink
Use aiomysql driver in helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Apr 18, 2024
1 parent 73065bb commit 2da5347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/energy-scan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ imagePullSecrets: []
otelCollectorUrl: http://federation-opentelemetry-collector:4317

database:
host: mysql+pymysql://ispyb-mariadb-galera-headless/ispyb
host: mysql+aiomysql://ispyb-mariadb-galera-headless/ispyb
user: ispyb_ro

replicaCount: 1
Expand Down

0 comments on commit 2da5347

Please sign in to comment.