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