diff --git a/helm/hsd-oauth-proxy/templates/deployment.yaml b/helm/hsd-oauth-proxy/templates/deployment.yaml index 37f098aa..4e8b4619 100644 --- a/helm/hsd-oauth-proxy/templates/deployment.yaml +++ b/helm/hsd-oauth-proxy/templates/deployment.yaml @@ -66,11 +66,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /ping port: http readinessProbe: httpGet: - path: / + path: /ping #change to /ready for version greater than 7.4.0 port: http resources: {{- toYaml .Values.resources | nindent 12 }}