From bfabda783b32d2c6a75ea9a3e1815e59763f316e Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 30 Jun 2025 21:52:50 +0200 Subject: [PATCH] Add an ingress for argocd --- apps/argocd.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/argocd.yaml b/apps/argocd.yaml index fd072f4..b970443 100644 --- a/apps/argocd.yaml +++ b/apps/argocd.yaml @@ -19,3 +19,13 @@ spec: values: | global: domain: argocd.sdg.moe + certificate: + enabled: true + server: + ingress: + enabled: true + ingressClassName: cilium + annotations: + ingress.cilium.io/tls-passthrough: "true" + ingress.cilium.io/force-https: "true" + tls: true