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