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
|
replicaCount: 3
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: hsn-nginx
|
||||||
hostname: &host thanos-query-frontend.valinor.social
|
hostname: &host thanos-query-frontend.valinor.social
|
||||||
tls: true
|
tls: true
|
||||||
extraTls:
|
extraTls:
|
||||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "nginx"
|
className: hsn-nginx
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/target: "valinor.hsn.dev"
|
external-dns.alpha.kubernetes.io/target: "valinor.hsn.dev"
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Reference in a new issue