From 417e2bd69a3c8fc5be5978d4779e19103d11eedd Mon Sep 17 00:00:00 2001 From: Matthew Ingle Date: Thu, 7 Dec 2023 20:43:59 +0000 Subject: [PATCH] Only enable MP route when enterprise is enabled --- charts/windmill/templates/ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/windmill/templates/ingress.yaml b/charts/windmill/templates/ingress.yaml index 7e74281..c115baa 100644 --- a/charts/windmill/templates/ingress.yaml +++ b/charts/windmill/templates/ingress.yaml @@ -32,6 +32,7 @@ spec: name: windmill-lsp port: number: 3001 + {{ if .Values.enterprise.enabled }} - host: {{ .Values.windmill.baseDomain | quote }} http: paths: @@ -42,6 +43,7 @@ spec: name: windmill-multiplayer port: number: 3002 + {{ end }} - host: {{ .Values.windmill.baseDomain | quote }} http: paths: