Skip to content

Commit

Permalink
fix: add required external dns annotation filter
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed May 6, 2023
1 parent d2dac6e commit 8504be4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
namespace: networking
annotations:
external-dns.alpha.kubernetes.io/target: "ingress.${CLUSTER_DOMAIN}"
external-dns.alpha.kubernetes.io/external: 'true'
spec:
endpoints:
- dnsName: "ingress.${CLUSTER_DOMAIN}"
Expand All @@ -24,6 +25,7 @@ metadata:
namespace: networking
annotations:
external-dns.alpha.kubernetes.io/target: "api.${CLUSTER_DOMAIN}"
external-dns.alpha.kubernetes.io/external: 'true'
spec:
endpoints:
- dnsName: "api.${CLUSTER_DOMAIN}"
Expand Down

0 comments on commit 8504be4

Please sign in to comment.