fix: specify bgp label on traefik services
This commit is contained in:
parent
d2be6e6cc9
commit
bed6a15588
|
@ -53,4 +53,4 @@ spec:
|
||||||
- LoadBalancerIP
|
- LoadBalancerIP
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
service-type: public
|
bgp/service-type: public
|
|
@ -18,6 +18,8 @@ spec:
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 192.168.1.50
|
io.cilium/lb-ipam-ips: 192.168.1.50
|
||||||
|
labels:
|
||||||
|
bgp/service-type: public
|
||||||
|
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- --api.insecure
|
- --api.insecure
|
||||||
|
|
|
@ -18,6 +18,8 @@ spec:
|
||||||
service:
|
service:
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 192.168.1.51
|
io.cilium/lb-ipam-ips: 192.168.1.51
|
||||||
|
labels:
|
||||||
|
bgp/service-type: public
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
|
|
Loading…
Reference in New Issue