updated config
This commit is contained in:
parent
9cdd4a7995
commit
428027223c
1 changed files with 14 additions and 14 deletions
|
|
@ -31,7 +31,7 @@ ipam:
|
|||
|
||||
# Devices are used to masquade traffic originating from these interfaces
|
||||
# used with egressgateway
|
||||
devices: [ eth0, br0, br99-wifi, br1100-testlan ]
|
||||
devices: [ ens18, br0, enp0s31f6, eth0 ]
|
||||
operator:
|
||||
rollOutPods: true
|
||||
resources:
|
||||
|
|
@ -64,22 +64,22 @@ resources:
|
|||
# qps: 20
|
||||
# burst: 100
|
||||
|
||||
#l2announcements:
|
||||
# enabled: true
|
||||
# leaseDuration: 10s
|
||||
# leaseRenewDeadline: 5s
|
||||
# leaseRetryPeriod: 2s
|
||||
l2announcements:
|
||||
enabled: true
|
||||
leaseDuration: 3s
|
||||
leaseRenewDeadline: 1s
|
||||
leaseRetryPeriod: 200ms
|
||||
|
||||
#externalIPs:
|
||||
# enabled: true
|
||||
externalIPs:
|
||||
enabled: true
|
||||
|
||||
#enableCiliumEndpointSlice: true
|
||||
|
||||
ipv6:
|
||||
enabled: true
|
||||
|
||||
#bgpControlPlane:
|
||||
# enabled: true
|
||||
bgpControlPlane:
|
||||
enabled: true
|
||||
|
||||
|
||||
loadBalancer:
|
||||
|
|
@ -89,7 +89,7 @@ loadBalancer:
|
|||
gatewayAPI:
|
||||
enabled: true # We disable gatewayAPI for now
|
||||
|
||||
enableIPv4Masquerade: true
|
||||
#enableIPv4Masquerade: true
|
||||
envoy:
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
|
@ -98,14 +98,14 @@ envoy:
|
|||
|
||||
bpf:
|
||||
vlanBypass: [ 0 ]
|
||||
masquade: true
|
||||
# masquade: true
|
||||
# lbExternalClusterIP: true
|
||||
egressGateway:
|
||||
enabled: false
|
||||
|
||||
|
||||
#l2NeighDiscovery:
|
||||
# enabled: true
|
||||
l2NeighDiscovery:
|
||||
enabled: true
|
||||
|
||||
#defaultLBServiceIPAM: none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue