Fix liveness probe

This commit is contained in:
Micke Nordin 2023-08-15 14:14:47 +02:00
parent 072f762a0d
commit 37b4482232

View file

@ -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