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