Skip to content

Commit

Permalink
Merge pull request #1505 from GiganticMinecraft/fix-bgp
Browse files Browse the repository at this point in the history
CiliumBGPPeeringPolicyをargocdのlivemanifestと合わせる
  • Loading branch information
unchama authored Dec 16, 2023
2 parents 79d7f02 + 6f23ed2 commit 29366e5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
peerPort: 179
eBGPMultihopTTL: 10
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down Expand Up @@ -45,6 +46,7 @@ spec:
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
peerPort: 179
eBGPMultihopTTL: 10
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down Expand Up @@ -72,6 +74,7 @@ spec:
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
peerPort: 179
eBGPMultihopTTL: 10
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down Expand Up @@ -99,6 +102,7 @@ spec:
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
peerPort: 179
eBGPMultihopTTL: 10
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down Expand Up @@ -126,6 +130,7 @@ spec:
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
peerPort: 179
eBGPMultihopTTL: 10
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down Expand Up @@ -153,6 +158,7 @@ spec:
neighbors:
- peerAddress: "192.168.3.254/32"
peerASN: 65184
peerPort: 179
eBGPMultihopTTL: 10
connectRetryTimeSeconds: 120
holdTimeSeconds: 90
Expand Down

0 comments on commit 29366e5

Please sign in to comment.