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: