From 8a754a08e937e3746d676f401456492a8cca4212 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 18 Nov 2021 15:47:52 +0100
Subject: [PATCH] enable ingress and fix host setting

---
 flux2/apps/zulip/zulip-values-configmap.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/flux2/apps/zulip/zulip-values-configmap.yaml b/flux2/apps/zulip/zulip-values-configmap.yaml
index 1e1db8cce..b08d2c2f1 100644
--- a/flux2/apps/zulip/zulip-values-configmap.yaml
+++ b/flux2/apps/zulip/zulip-values-configmap.yaml
@@ -11,13 +11,14 @@ data:
       tag: "f60b8cc"
 
     ingress:
+      enabled: true
       annotations:
         # Tell cert-manager to automatically get a TLS certificate
         kubernetes.io/tls-acme: "true"
       hosts:
-        - zulip.${domain}
+        - host: "zulip.${domain}"
           paths:
-            - path: /
+            - path: "/"
       tls:
         - hosts:
             - "zulip.${domain}"
-- 
GitLab