From 1035d8d0d4917f0db854d715f2e8c4533ba59d34 Mon Sep 17 00:00:00 2001 From: nold Date: Wed, 28 Sep 2022 15:58:16 +0200 Subject: [PATCH] test(heimdall): ingress --- projects/heimdall/values/heimdall.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/projects/heimdall/values/heimdall.yaml b/projects/heimdall/values/heimdall.yaml index 67ab3b4e..fe00fecc 100644 --- a/projects/heimdall/values/heimdall.yaml +++ b/projects/heimdall/values/heimdall.yaml @@ -20,7 +20,21 @@ service: ingress: main: - enabled: false + enabled: true + enableFixedMiddlewares: false + annotations: + cert-manager.io/cluster-issuer: vault-issuer + traefik.ingress.kubernetes.io/router.tls: 'true' + hosts: + - host: heimdall.dc + paths: + - path: / + pathType: Prefix + tls: + - secretName: heimdall-tls + hosts: + - heimdall.dc + probes: startup: