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:
|
ipam:
|
||||||
mode: kubernetes
|
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:
|
operator:
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -112,9 +114,6 @@ hubble:
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
metrics:
|
|
||||||
dynamic:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
metricsService: true
|
metricsService: true
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,11 @@ securityContext:
|
||||||
|
|
||||||
bpf:
|
bpf:
|
||||||
vlanBypass: [ 0 ]
|
vlanBypass: [ 0 ]
|
||||||
masquade: true
|
# masquade: true # We don't need egressGateway for now
|
||||||
|
|
||||||
egressGateway:
|
# We don't need egressGateway for now.
|
||||||
enabled: true
|
# egressGateway:
|
||||||
|
# enabled: true
|
||||||
|
|
||||||
cgroup:
|
cgroup:
|
||||||
autoMount:
|
autoMount:
|
||||||
|
|
@ -72,8 +73,6 @@ resources:
|
||||||
externalIPs:
|
externalIPs:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
enableCiliumEndpointSlice: false
|
|
||||||
|
|
||||||
ipv6:
|
ipv6:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue