Update ingress annotations.

This commit is contained in:
Joseph Hanson 2024-01-12 20:00:53 -06:00
parent 35d60b8118
commit c7b5bc185c
2 changed files with 4 additions and 0 deletions

View file

@ -96,6 +96,8 @@ spec:
enabled: true enabled: true
className: external-nginx className: external-nginx
annotations: annotations:
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
external-dns.alpha.kubernetes.io/target: external.hsn.dev
hosts: hosts:
- host: &host "jelly.hsn.dev" - host: &host "jelly.hsn.dev"
paths: paths:

View file

@ -6,6 +6,8 @@ metadata:
namespace: flux-system namespace: flux-system
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
spec: spec:
ingressClassName: external-nginx ingressClassName: external-nginx
rules: rules: