This commit is contained in:
2025-08-10 21:15:19 +07:00
commit ec321d8e8a
9 changed files with 389 additions and 0 deletions

34
cilium/values.yaml Normal file
View File

@@ -0,0 +1,34 @@
ipam:
mode: kubernetes
kubeProxyReplacement: true
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
cgroup:
autoMount:
enabled: false
hostRoot: /sys/fs/cgroup
k8sServiceHost: 127.0.0.1
k8sServicePort: 7445
l2announcements:
enabled: true
hubble:
relay:
enabled: true
ui:
enabled: true