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