From 29c4b37e508b918f060238882c4ba3d730951d7d Mon Sep 17 00:00:00 2001 From: nold Date: Tue, 27 Sep 2022 20:30:35 +0200 Subject: [PATCH] Fix(heimdall): Ingress --- .../heimdall/manifests/heimdall-ingress.yaml | 26 +++++++++++++++++++ projects/heimdall/project.yml | 2 -- projects/heimdall/values/heimdall.yaml | 11 +------- 3 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 projects/heimdall/manifests/heimdall-ingress.yaml diff --git a/projects/heimdall/manifests/heimdall-ingress.yaml b/projects/heimdall/manifests/heimdall-ingress.yaml new file mode 100644 index 00000000..65545b3a --- /dev/null +++ b/projects/heimdall/manifests/heimdall-ingress.yaml @@ -0,0 +1,26 @@ +--- +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + annotations: + cert-manager.io/cluster-issuer: vault-issuer + traefik.ingress.kubernetes.io/router.tls: "true" + name: heimdall + namespace: heimdall +spec: + ingressClassName: ingress-internal-traefik + rules: + - host: home.dc + http: + paths: + - backend: + service: + name: heimdall + port: + number: 10014 + path: / + pathType: Prefix + tls: + - hosts: + - home.dc + secretName: heimdall-tls diff --git a/projects/heimdall/project.yml b/projects/heimdall/project.yml index 9c106a48..b2eacaad 100644 --- a/projects/heimdall/project.yml +++ b/projects/heimdall/project.yml @@ -5,5 +5,3 @@ apps: repoURL: https://charts.truecharts.org chart: heimdall targetRevision: 11.0.44 - include: - - ingress-internal diff --git a/projects/heimdall/values/heimdall.yaml b/projects/heimdall/values/heimdall.yaml index be04432e..67ab3b4e 100644 --- a/projects/heimdall/values/heimdall.yaml +++ b/projects/heimdall/values/heimdall.yaml @@ -20,16 +20,7 @@ service: ingress: main: - enabled: true - hosts: - - host: heimdall.dc - paths: - - path: / - pathType: Prefix - tls: - - secretName: heimdall-tls - hosts: - - heimdall.dc + enabled: false probes: startup: