From 3943390f7107df0761af1b16c92831f7ec429389 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Mon, 12 Jun 2023 20:05:13 +0200 Subject: [PATCH] fix ingress --- charts/omada-controller/5.5/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/omada-controller/5.5/templates/ingress.yaml b/charts/omada-controller/5.5/templates/ingress.yaml index 9aaf391..423f68e 100644 --- a/charts/omada-controller/5.5/templates/ingress.yaml +++ b/charts/omada-controller/5.5/templates/ingress.yaml @@ -29,6 +29,7 @@ spec: paths: {{- range .paths }} - path: {{ . }} + pathType: Prefix backend: service: name: {{ $fullName }}