From 2f26688a0087fd39c90c88999fdb7038f51382e9 Mon Sep 17 00:00:00 2001 From: yasar Date: Fri, 10 Mar 2023 16:44:04 +0530 Subject: [PATCH] updatepath --- helm/hsd-oauth-proxy/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}