Fix liveness probe
This commit is contained in:
parent
072f762a0d
commit
37b4482232
|
@ -64,13 +64,13 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: proxysql-secret
|
name: proxysql-secret
|
||||||
key: "proxysql_admin_password"
|
key: "proxysql_admin_password"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- /usr/local/bin/healthcheck.sh
|
- /usr/local/bin/healthcheck.sh
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
initContainers:
|
initContainers:
|
||||||
- image: docker.sunet.se/sunet/docker-jinja:latest
|
- image: docker.sunet.se/sunet/docker-jinja:latest
|
||||||
name: init-config
|
name: init-config
|
||||||
|
|
Loading…
Reference in a new issue