Update ingress class name
This commit is contained in:
parent
760b310624
commit
4c78c53f53
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ metadata:
|
|||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: valinor.hsn.dev
|
||||
spec:
|
||||
ingressClassName: "nginx"
|
||||
ingressClassName: "hsn-nginx"
|
||||
rules:
|
||||
- host: &host "flux-receiver-valinor.hsn.dev"
|
||||
http:
|
||||
|
|
|
@ -268,7 +268,7 @@ spec:
|
|||
enabled: true
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: valinor.hsn.dev
|
||||
ingressClassName: nginx
|
||||
ingressClassName: hsn-nginx
|
||||
hosts:
|
||||
- &host grafana.hsn.dev
|
||||
tls:
|
||||
|
|
|
@ -104,7 +104,7 @@ spec:
|
|||
ingress:
|
||||
enabled: true
|
||||
pathType: Prefix
|
||||
ingressClassName: nginx
|
||||
ingressClassName: hsn-nginx
|
||||
hosts:
|
||||
- &host alert-manager.valinor.social
|
||||
tls:
|
||||
|
|
Reference in a new issue