From 37b4482232a4156623b0d5e80c845bcffa6762a0 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 15 Aug 2023 14:14:47 +0200 Subject: [PATCH] Fix liveness probe --- proxysql/base/proxysql-deployment.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/proxysql/base/proxysql-deployment.yml b/proxysql/base/proxysql-deployment.yml index 48f135e..4cb105e 100644 --- a/proxysql/base/proxysql-deployment.yml +++ b/proxysql/base/proxysql-deployment.yml @@ -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