From 6c282ef177143a9d8d0b355a502f59a15cf94a03 Mon Sep 17 00:00:00 2001 From: Marcel Zapf Date: Thu, 11 Jan 2024 12:45:58 +0000 Subject: [PATCH] add ingress example cilium --- helm/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 95f1c58..3a2ace8 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -104,8 +104,10 @@ configMap: ingress: enabled: false - class: "" - annotations: {} + class: "cilium" + annotations: + ingress.cilium.io/loadbalancer-mode: shared + ingress.cilium.io/websocket: enabled hosts: - host: slides.example.com paths: ["/"]