From 7f3f1bc9faf898a8b283bf173a3b91ffde4ac905 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Tue, 10 May 2022 15:24:12 +0200 Subject: [PATCH] health --- charts/guacamole/0.2.2/templates/deployment-guacamole.yaml | 2 +- charts/guacamole/0.2.2/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/guacamole/0.2.2/templates/deployment-guacamole.yaml b/charts/guacamole/0.2.2/templates/deployment-guacamole.yaml index 271fc05..3e05327 100644 --- a/charts/guacamole/0.2.2/templates/deployment-guacamole.yaml +++ b/charts/guacamole/0.2.2/templates/deployment-guacamole.yaml @@ -84,7 +84,7 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} {{- with .Values.guacamole.readinessProbe }} - livenessProbe: + readinessProbe: {{- toYaml . | nindent 12 }} {{- end }} resources: diff --git a/charts/guacamole/0.2.2/values.yaml b/charts/guacamole/0.2.2/values.yaml index 243d0c1..c1f73b0 100644 --- a/charts/guacamole/0.2.2/values.yaml +++ b/charts/guacamole/0.2.2/values.yaml @@ -11,7 +11,7 @@ guacamole: pullPolicy: IfNotPresent livenessProbe: httpGet: - path: / + path: /health port: http readinessProbe: httpGet: