Fix(heimdall): Ingress

This commit is contained in:
nold 2022-09-27 20:30:35 +02:00
parent 03ae11c380
commit 29c4b37e50
3 changed files with 27 additions and 12 deletions

View file

@ -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

View file

@ -5,5 +5,3 @@ apps:
repoURL: https://charts.truecharts.org
chart: heimdall
targetRevision: 11.0.44
include:
- ingress-internal

View file

@ -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: