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
|
||||
remediation:
|
||||
retries: 3
|
||||
strategy: uninstall
|
||||
strategy: rollback
|
||||
interval: 30m
|
||||
values:
|
||||
controllers:
|
||||
|
@ -61,7 +61,7 @@ spec:
|
|||
annotations:
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
||||
className: nginx-external
|
||||
className: external-nginx
|
||||
hosts:
|
||||
- host: jellyseerr.hsn.dev
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue