From 485249e2ffe037e391a583b4fefc6677786a2aa6 Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 15 Sep 2025 13:43:03 +0200 Subject: [PATCH] Upgrade time --- apps-helm/wg-access-server/templates/ingress.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps-helm/wg-access-server/templates/ingress.yaml b/apps-helm/wg-access-server/templates/ingress.yaml index eef8420..6db6a37 100644 --- a/apps-helm/wg-access-server/templates/ingress.yaml +++ b/apps-helm/wg-access-server/templates/ingress.yaml @@ -34,7 +34,9 @@ spec: - path: / pathType: Prefix backend: - serviceName: {{ $fullName }}-web - servicePort: 80 + service: + name: {{ $fullName }}-web + port: + number: 80 {{- end }} {{- end }}