From 6832b23de9deeaf4e55758ddba44838a9f4f4fba Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 15 Sep 2025 13:41:20 +0200 Subject: [PATCH] Upgrade time --- apps-helm/wg-access-server/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps-helm/wg-access-server/templates/ingress.yaml b/apps-helm/wg-access-server/templates/ingress.yaml index ee7007b..eef8420 100644 --- a/apps-helm/wg-access-server/templates/ingress.yaml +++ b/apps-helm/wg-access-server/templates/ingress.yaml @@ -32,6 +32,7 @@ spec: http: paths: - path: / + pathType: Prefix backend: serviceName: {{ $fullName }}-web servicePort: 80