--reload to merge db config with config file at startup
This commit is contained in:
parent
31747ca8b0
commit
d059fe0f71
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- image: docker.sunet.se/drive/proxysql:bookworm-slim-1
|
- image: docker.sunet.se/drive/proxysql:bookworm-slim-1
|
||||||
name: proxysql
|
name: proxysql
|
||||||
|
command: ["--reload"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: proxysql-data
|
- name: proxysql-data
|
||||||
mountPath: /var/lib/proxysql
|
mountPath: /var/lib/proxysql
|
||||||
|
|
Loading…
Add table
Reference in a new issue