From 18bd9670257292c89da66229c3a51bc1a5e0483b Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 21 Jan 2024 14:50:56 -0800 Subject: [PATCH] ops(dex): add loadbalancer --- k8s/system/dex/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/system/dex/application.yaml b/k8s/system/dex/application.yaml index 988a4ea9..040e40fb 100644 --- a/k8s/system/dex/application.yaml +++ b/k8s/system/dex/application.yaml @@ -11,6 +11,8 @@ spec: chart: dex helm: valuesObject: + service: + type: LoadBalancer configSecret: name: dex-config create: false