mirror of
https://github.com/nold360/hive-apps
synced 2025-01-08 23:08:01 +00:00
test(heimdall): ingress
This commit is contained in:
parent
263a85121f
commit
1035d8d0d4
1 changed files with 15 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue