From c32ce4b893cdad6ca9cfa1d22d3d56dbd0c2cfe9 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 3 Nov 2021 20:38:36 +0100 Subject: [PATCH] fix health --- charts/sogo/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sogo/templates/deployment.yaml b/charts/sogo/templates/deployment.yaml index 7b8f2f6..a8aa1a4 100644 --- a/charts/sogo/templates/deployment.yaml +++ b/charts/sogo/templates/deployment.yaml @@ -41,11 +41,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /health port: http readinessProbe: httpGet: - path: / + path: /health port: http - name: {{ .Chart.Name }} securityContext: