File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,21 @@ helmCharts:
11
11
releaseName : external-dns
12
12
namespace : external-dns
13
13
valuesInline :
14
-
15
14
# # K8s resources type to be observed for new DNS entries by ExternalDNS.
16
15
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
18
25
19
26
# # DNS provider where the DNS records will be created.
20
27
provider : cloudflare
21
28
22
29
cloudflare :
23
30
secretName : cloudflare-dns-api-key
24
-
31
+
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
- debezium.application.yaml
7
7
- dragonfly.application.yaml
8
8
- elasticsearch.application.yaml
9
- # - external-dns.application.yaml
9
+ - external-dns.application.yaml
10
10
# - falco.application.yaml
11
11
# - istio.application.yaml
12
12
- jaeger.application.yaml
You can’t perform that action at this time.
0 commit comments