From 8119f55384166cbf6d8978d531b4fa52527b95f8 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 21 Jan 2024 16:12:19 -0800 Subject: [PATCH] ops(dex): tls? --- k8s/system/dex/application.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/k8s/system/dex/application.yaml b/k8s/system/dex/application.yaml index 422f3a6c..0a96e91c 100644 --- a/k8s/system/dex/application.yaml +++ b/k8s/system/dex/application.yaml @@ -11,6 +11,17 @@ spec: chart: dex helm: valuesObject: + ingress: + enabled: true + hosts: + - host: dex.gensokyo.zone + paths: + - path: / + pathType: ImplementationSpecific + tls: + - hosts: + - dex.gensokyo.zone + secretName: dex-tls service: type: LoadBalancer configSecret: