Skip to content

Commit

Permalink
custom bpg ports for loxilb yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Jul 30, 2023
1 parent 2cc45ae commit 950e319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cicd/k3s-calico-incluster/loxilb-peer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
command: [ "/root/loxilb-io/loxilb/loxilb", "--peer" ]
ports:
- containerPort: 11111
- containerPort: 179
- containerPort: 1791
- containerPort: 50051
securityContext:
privileged: true
Expand All @@ -53,8 +53,8 @@ spec:
targetPort: 11111
protocol: TCP
- name: loxilb-peer-bgp
port: 179
targetPort: 179
port: 1791
targetPort: 1791
protocol: TCP
- name: loxilb-peer-gobgp
port: 50051
Expand Down
6 changes: 3 additions & 3 deletions cicd/k3s-calico-incluster/loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
command: [ "/root/loxilb-io/loxilb/loxilb", "--bgp", "--egr-hooks", "--blacklist=cali.|tunl.|vxlan[.]calico|veth." ]
ports:
- containerPort: 11111
- containerPort: 179
- containerPort: 1791
- containerPort: 50051
securityContext:
privileged: true
Expand All @@ -58,8 +58,8 @@ spec:
targetPort: 11111
protocol: TCP
- name: loxilb-app-bgp
port: 179
targetPort: 179
port: 1791
targetPort: 1791
protocol: TCP
- name: loxilb-app-gobgp
port: 50051
Expand Down

0 comments on commit 950e319

Please sign in to comment.