Skip to content

Commit

Permalink
loxilb-io/loxilb#877 egress support - updated manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Jan 3, 2025
1 parent 9838f91 commit 3094b4c
Show file tree
Hide file tree
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
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifest/in-cluster/loxilb-nobgp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifest/in-cluster/loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions manifest/multus/loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifest/service-proxy/loxilb-service-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3094b4c

Please sign in to comment.