From 496dc29aa0b7aaa2f96d3657098f71ee9a2babcb Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 4 Dec 2023 17:26:33 +0000 Subject: [PATCH] Can we be ready? --- apps-helm/wg-access-server/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-helm/wg-access-server/templates/deployment.yaml b/apps-helm/wg-access-server/templates/deployment.yaml index 77ffb86..4d236a3 100644 --- a/apps-helm/wg-access-server/templates/deployment.yaml +++ b/apps-helm/wg-access-server/templates/deployment.yaml @@ -86,7 +86,7 @@ spec: {{- end}} readinessProbe: httpGet: - path: / + path: /health port: http resources: {{- toYaml .Values.resources | nindent 12 }}