chore(k8s-peterg): Use Helm chart to manage cilium
This commit is contained in:
parent
6b331ca18f
commit
52b257a2ff
3 changed files with 46 additions and 6 deletions
38
k8s-peterg/cilium/values.yaml
Normal file
38
k8s-peterg/cilium/values.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
k8sServiceHost: localhost
|
||||
k8sServicePort: 7445
|
||||
kubeProxyReplacement: true
|
||||
|
||||
cgroup:
|
||||
hostRoot: /sys/fs/cgroup
|
||||
autoMount:
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
capabilities:
|
||||
ciliumAgent:
|
||||
- CHOWN
|
||||
- KILL
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
- IPC_LOCK
|
||||
- SYS_ADMIN
|
||||
- SYS_RESOURCE
|
||||
- DAC_OVERRIDE
|
||||
- FOWNER
|
||||
- SETGID
|
||||
- SETUID
|
||||
cleanCiliumState:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
- SYS_RESOURCE
|
||||
|
||||
hubble:
|
||||
relay:
|
||||
enabled: true
|
||||
ui:
|
||||
enabled: true
|
||||
|
||||
gatewayAPI:
|
||||
enabled: true
|
||||
enableAlpn: true
|
||||
enableAppProtocol: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue