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