Commit bcc508f 1 parent 8415fa8 commit bcc508f Copy full SHA for bcc508f
File tree 2 files changed +6
-11
lines changed
kube-system/cilium/ingress
networking/external-dns/unifi
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,13 @@ kind: Gateway
4
4
metadata :
5
5
name : internal
6
6
annotations :
7
- external-dns.alpha.kubernetes.io/hostname : internal.ktwo.io
7
+ external-dns.alpha.kubernetes.io/target : &hostname internal.ktwo.io
8
8
spec :
9
9
gatewayClassName : cilium
10
- addresses :
11
- - type : IPAddress
12
- value : 192.168.20.81
13
- - type : IPAddress
14
- value : ::ffff:c0a8:1451
15
- - type : Hostname
16
- value : internal.ktwo.io
10
+ infrastructure :
11
+ annotations :
12
+ external-dns.alpha.kubernetes.io/hostname : *hostname
13
+ lbipam.cilium.io/ips : 192.168.20.81, ::ffff:c0a8:1451
17
14
listeners :
18
15
- name : http
19
16
protocol : HTTP
Original file line number Diff line number Diff line change 54
54
port : http-webhook
55
55
initialDelaySeconds : 10
56
56
timeoutSeconds : 5
57
- extraArgs :
58
- - --gateway-namespace=kube-system
59
57
triggerLoopOnEvent : true
60
58
policy : sync
61
- sources : ["gateway-httproute"]
59
+ sources : ["gateway-httproute", "service" ]
62
60
txtOwnerId : k8s
63
61
txtPrefix : k8s.
64
62
domainFilters : ["ktwo.io"]
You can’t perform that action at this time.
0 commit comments