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
|
# Devices are used to masquade traffic originating from these interfaces
|
||||||
# used with egressgateway
|
# used with egressgateway
|
||||||
devices: [ eth0, br0, br99-wifi, br1100-testlan ]
|
devices: [ ens18, br0, enp0s31f6, eth0 ]
|
||||||
operator:
|
operator:
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -64,22 +64,22 @@ resources:
|
||||||
# qps: 20
|
# qps: 20
|
||||||
# burst: 100
|
# burst: 100
|
||||||
|
|
||||||
#l2announcements:
|
l2announcements:
|
||||||
# enabled: true
|
enabled: true
|
||||||
# leaseDuration: 10s
|
leaseDuration: 3s
|
||||||
# leaseRenewDeadline: 5s
|
leaseRenewDeadline: 1s
|
||||||
# leaseRetryPeriod: 2s
|
leaseRetryPeriod: 200ms
|
||||||
|
|
||||||
#externalIPs:
|
externalIPs:
|
||||||
# enabled: true
|
enabled: true
|
||||||
|
|
||||||
#enableCiliumEndpointSlice: true
|
#enableCiliumEndpointSlice: true
|
||||||
|
|
||||||
ipv6:
|
ipv6:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
#bgpControlPlane:
|
bgpControlPlane:
|
||||||
# enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
|
|
@ -89,7 +89,7 @@ loadBalancer:
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: true # We disable gatewayAPI for now
|
enabled: true # We disable gatewayAPI for now
|
||||||
|
|
||||||
enableIPv4Masquerade: true
|
#enableIPv4Masquerade: true
|
||||||
envoy:
|
envoy:
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
@ -98,14 +98,14 @@ envoy:
|
||||||
|
|
||||||
bpf:
|
bpf:
|
||||||
vlanBypass: [ 0 ]
|
vlanBypass: [ 0 ]
|
||||||
masquade: true
|
# masquade: true
|
||||||
# lbExternalClusterIP: true
|
# lbExternalClusterIP: true
|
||||||
egressGateway:
|
egressGateway:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
||||||
#l2NeighDiscovery:
|
l2NeighDiscovery:
|
||||||
# enabled: true
|
enabled: true
|
||||||
|
|
||||||
#defaultLBServiceIPAM: none
|
#defaultLBServiceIPAM: none
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue