From 950e319857611093fc0b0d58aa5573dcf7abd9c5 Mon Sep 17 00:00:00 2001 From: TrekkieCoder Date: Sun, 30 Jul 2023 18:12:19 +0900 Subject: [PATCH] custom bpg ports for loxilb yaml --- cicd/k3s-calico-incluster/loxilb-peer.yml | 6 +++--- cicd/k3s-calico-incluster/loxilb.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cicd/k3s-calico-incluster/loxilb-peer.yml b/cicd/k3s-calico-incluster/loxilb-peer.yml index 1cb89deb8..5b35cd2e5 100644 --- a/cicd/k3s-calico-incluster/loxilb-peer.yml +++ b/cicd/k3s-calico-incluster/loxilb-peer.yml @@ -30,7 +30,7 @@ spec: command: [ "/root/loxilb-io/loxilb/loxilb", "--peer" ] ports: - containerPort: 11111 - - containerPort: 179 + - containerPort: 1791 - containerPort: 50051 securityContext: privileged: true @@ -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 diff --git a/cicd/k3s-calico-incluster/loxilb.yml b/cicd/k3s-calico-incluster/loxilb.yml index 51b47116c..a216f8796 100644 --- a/cicd/k3s-calico-incluster/loxilb.yml +++ b/cicd/k3s-calico-incluster/loxilb.yml @@ -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 @@ -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