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 }}