From bdd67ddd3f9972892a1ec010eec36f0e535306f4 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Thu, 24 Oct 2019 10:35:51 +0200 Subject: [PATCH] helm/hivess: Use root paths for health checks --- .../charts/hive-selfservice-ui-node/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/charts/hive-selfservice-ui-node/templates/deployment.yaml b/helm/charts/hive-selfservice-ui-node/templates/deployment.yaml index 69e7216852..f82dc33db4 100644 --- a/helm/charts/hive-selfservice-ui-node/templates/deployment.yaml +++ b/helm/charts/hive-selfservice-ui-node/templates/deployment.yaml @@ -37,11 +37,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /auth/login + path: / port: http readinessProbe: httpGet: - path: /auth/login + path: / port: http resources: {{- toYaml .Values.resources | nindent 12 }}