diff --git a/helm/charts/hive-selfservice-ui-node/templates/deployment.yaml b/helm/charts/hive-selfservice-ui-node/templates/deployment.yaml index 69e721685..f82dc33db 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 }}