Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Sep 2, 2024
1 parent 06a32c7 commit 0884326
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ kind: CiliumBGPPeerConfig
metadata:
name: common-peer-config
spec:
peerPort: 179
eBGPMultihopTTL: 1
timers:
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down Expand Up @@ -140,7 +138,7 @@ metadata:
advertise: podcidr
spec:
advertisements:
- advertisementType: PodCIDR
- advertisementType: "PodCIDR"
---
apiVersion: cilium.io/v2alpha1
kind: CiliumBGPAdvertisement
Expand All @@ -150,8 +148,8 @@ metadata:
advertise: service
spec:
advertisements:
- advertisementType: Service
- advertisementType: "Service"
service:
addresses:
- LoadBalancerIP
- ClusterIP
- LoadBalancerIP

0 comments on commit 0884326

Please sign in to comment.