fix ingress classname
This commit is contained in:
parent
83864a2703
commit
5806f34815
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ spec:
|
||||||
cleanupOnFail: true
|
cleanupOnFail: true
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
strategy: uninstall
|
strategy: rollback
|
||||||
interval: 30m
|
interval: 30m
|
||||||
values:
|
values:
|
||||||
controllers:
|
controllers:
|
||||||
|
@ -61,7 +61,7 @@ spec:
|
||||||
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
|
||||||
className: nginx-external
|
className: external-nginx
|
||||||
hosts:
|
hosts:
|
||||||
- host: jellyseerr.hsn.dev
|
- host: jellyseerr.hsn.dev
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue