fix(thin): try to fix weird https issue by configuring cilium
This commit is contained in:
parent
ea868fd8c6
commit
626b2e36a5
1 changed files with 18 additions and 2 deletions
|
@ -17,14 +17,30 @@ spec:
|
||||||
values:
|
values:
|
||||||
l2announcements:
|
l2announcements:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
leaseRetryPeriod: 5s
|
||||||
|
leaseDuration: 300s
|
||||||
|
leaseRenewDeadline: 10s
|
||||||
k8sClientRateLimit:
|
k8sClientRateLimit:
|
||||||
qps: 43
|
qps: 43
|
||||||
burst: 86
|
burst: 86
|
||||||
kubeProxyReplacement: true
|
kubeProxyReplacement: true
|
||||||
k8sServiceHost: 192.168.1.20
|
k8sServiceHost: 10.96.0.1
|
||||||
k8sServicePort: 6443
|
k8sServicePort: 6443
|
||||||
devices: enp+ #0s31f6
|
devices: enp+ #0s31f6
|
||||||
enableRuntimeDeviceDetection: true
|
enableRuntimeDeviceDetection: true
|
||||||
externalIPs:
|
externalIPs:
|
||||||
enabled: true
|
enabled: true
|
||||||
rollOutCiliumPods: true
|
rollOutCiliumPods: true
|
||||||
|
ipam:
|
||||||
|
mode: kubernetes
|
||||||
|
autoDirectNodeRoutes: true
|
||||||
|
routingMode: native
|
||||||
|
localRedirectPolicy: true
|
||||||
|
envoy:
|
||||||
|
enabled: false
|
||||||
|
hubble:
|
||||||
|
enabled: true
|
||||||
|
relay:
|
||||||
|
enabled: true
|
||||||
|
ui:
|
||||||
|
enabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue