From 22802886e1a551a43a81128aa31a6ba6f103ac94 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Jan 2024 22:42:53 -0800 Subject: [PATCH] ops(argocd): add ingress, load balancer --- k8s/system/argocd/application.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/system/argocd/application.yaml b/k8s/system/argocd/application.yaml index 8e16e248..82b37c14 100644 --- a/k8s/system/argocd/application.yaml +++ b/k8s/system/argocd/application.yaml @@ -11,6 +11,10 @@ spec: chart: argo-cd helm: valuesObject: + service: + type: LoadBalancer + ingress: + enabled: true destination: namespace: argocd name: in-cluster