mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
Update: argocd, homer - ingress
This commit is contained in:
parent
91a82b3d12
commit
f57e43b28a
2 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,7 @@ server:
|
|||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
kubernetes.io/ingress.class: nginx
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
hosts:
|
||||
- argocd.dc
|
||||
paths:
|
||||
|
|
|
@ -3,6 +3,7 @@ ingress:
|
|||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
traefik.ingress.kubernetes.io/router.tls: true
|
||||
hosts:
|
||||
- host: homer.dc
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue