Updating ingress class names.
This commit is contained in:
parent
826ca2cd29
commit
35d60b8118
3 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: hsn-nginx
|
className: external-nginx
|
||||||
annotations:
|
annotations:
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "jelly.hsn.dev"
|
- host: &host "jelly.hsn.dev"
|
||||||
|
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: "hsn-nginx"
|
ingressClassName: external-nginx
|
||||||
rules:
|
rules:
|
||||||
- host: &host "flux-receiver-valinor.hsn.dev"
|
- host: &host "flux-receiver-valinor.hsn.dev"
|
||||||
http:
|
http:
|
||||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: hsn-nginx
|
className: external-nginx
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||||
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
||||||
|
|
Loading…
Reference in a new issue