updating values
This commit is contained in:
parent
7ef8f13cd3
commit
0c4ba73914
2 changed files with 7 additions and 9 deletions
|
|
@ -29,7 +29,9 @@ cgroup:
|
|||
ipam:
|
||||
mode: kubernetes
|
||||
|
||||
devices: [ eth0, br0 ]
|
||||
# Devices are used to masquade traffic originating from these interfaces
|
||||
# used with egressgateway
|
||||
devices: [ eth0, br0, br99-wifi, br1100-testlan ]
|
||||
operator:
|
||||
rollOutPods: true
|
||||
resources:
|
||||
|
|
@ -112,9 +114,6 @@ hubble:
|
|||
ui:
|
||||
enabled: true
|
||||
rollOutPods: true
|
||||
metrics:
|
||||
dynamic:
|
||||
enabled: true
|
||||
|
||||
prometheus:
|
||||
metricsService: true
|
||||
|
|
|
|||
|
|
@ -19,10 +19,11 @@ securityContext:
|
|||
|
||||
bpf:
|
||||
vlanBypass: [ 0 ]
|
||||
masquade: true
|
||||
# masquade: true # We don't need egressGateway for now
|
||||
|
||||
egressGateway:
|
||||
enabled: true
|
||||
# We don't need egressGateway for now.
|
||||
# egressGateway:
|
||||
# enabled: true
|
||||
|
||||
cgroup:
|
||||
autoMount:
|
||||
|
|
@ -72,8 +73,6 @@ resources:
|
|||
externalIPs:
|
||||
enabled: true
|
||||
|
||||
enableCiliumEndpointSlice: false
|
||||
|
||||
ipv6:
|
||||
enabled: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue