Update ingress class names
This commit is contained in:
parent
4c78c53f53
commit
76b5b293c2
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ spec:
|
|||
replicaCount: 3
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
ingressClassName: hsn-nginx
|
||||
hostname: &host thanos-query-frontend.valinor.social
|
||||
tls: true
|
||||
extraTls:
|
||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
|||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
className: hsn-nginx
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: "valinor.hsn.dev"
|
||||
hosts:
|
||||
|
|
Reference in a new issue