Skip to content

Commit 3f635d0

Browse files
Enabling external-dns
1 parent 399d0e0 commit 3f635d0

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

kubernetes/manifests/external-dns/kustomization.yaml

+10-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ helmCharts:
1111
releaseName: external-dns
1212
namespace: external-dns
1313
valuesInline:
14-
1514
## K8s resources type to be observed for new DNS entries by ExternalDNS.
1615
sources:
17-
- istio-gateway
16+
- service
17+
- ingress
18+
19+
# - istio-gateway
20+
21+
# - gateway-httproute
22+
# - gateway-tlsroute
23+
# - gateway-tcproute
24+
# - gateway-udproute
1825

1926
## DNS provider where the DNS records will be created.
2027
provider: cloudflare
2128

2229
cloudflare:
2330
secretName: cloudflare-dns-api-key
24-
31+

kubernetes/manifests/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
- debezium.application.yaml
77
- dragonfly.application.yaml
88
- elasticsearch.application.yaml
9-
# - external-dns.application.yaml
9+
- external-dns.application.yaml
1010
# - falco.application.yaml
1111
# - istio.application.yaml
1212
- jaeger.application.yaml

0 commit comments

Comments
 (0)