Skip to content

Commit

Permalink
Merge pull request #223 from loxilb-io/egr-crd
Browse files Browse the repository at this point in the history
loxilb-io/loxilb#877 egress support - updated manifests
  • Loading branch information
TrekkieCoder authored Jan 3, 2025
2 parents a7790b1 + 67201a6 commit a11d2d3
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions manifest/in-cluster/loxilb-localvip.yaml
Original file line number Diff line number Diff line change
@@ -92,9 +92,9 @@ metadata:
name: loxilb-egress-service
namespace: kube-system
annotations:
loxilb.io/usepodnetwork: "yes"
loxilb.io/egress: "yes"
loxilb.io/probetype: "none"
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerClass: loxilb.io/loxilb
selector:
4 changes: 2 additions & 2 deletions manifest/in-cluster/loxilb-nobgp.yaml
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@ metadata:
name: loxilb-egress-service
namespace: kube-system
annotations:
loxilb.io/usepodnetwork: "yes"
loxilb.io/egress: "yes"
loxilb.io/probetype: "none"
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerClass: loxilb.io/loxilb
selector:
4 changes: 2 additions & 2 deletions manifest/in-cluster/loxilb.yaml
Original file line number Diff line number Diff line change
@@ -50,9 +50,9 @@ metadata:
name: loxilb-egress-service
namespace: kube-system
annotations:
loxilb.io/usepodnetwork: "yes"
loxilb.io/egress: "yes"
loxilb.io/probetype: "none"
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerClass: loxilb.io/loxilb
selector:
4 changes: 2 additions & 2 deletions manifest/multus/loxilb.yaml
Original file line number Diff line number Diff line change
@@ -52,9 +52,9 @@ metadata:
name: loxilb-egress-service
namespace: kube-system
annotations:
loxilb.io/usepodnetwork: "yes"
loxilb.io/egress: "yes"
loxilb.io/probetype: "none"
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerClass: loxilb.io/loxilb
selector:
Original file line number Diff line number Diff line change
@@ -75,7 +75,8 @@ metadata:
name: loxilb-egress-service
namespace: kube-system
annotations:
loxilb.io/usepodnetwork: "yes"
loxilb.io/egress: "yes"
loxilb.io/probetype: "none"
spec:
externalTrafficPolicy: Local
type: LoadBalancer
4 changes: 2 additions & 2 deletions manifest/service-proxy/loxilb-service-proxy.yml
Original file line number Diff line number Diff line change
@@ -135,9 +135,9 @@ metadata:
name: loxilb-egress-service
namespace: kube-system
annotations:
loxilb.io/usepodnetwork: "yes"
loxilb.io/egress: "yes"
loxilb.io/probetype: "none"
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerClass: loxilb.io/loxilb
selector:

0 comments on commit a11d2d3

Please sign in to comment.