veda/platform/components/01-cilium/values.yaml

45 lines
673 B
YAML

ipam:
mode: kubernetes
hubble:
relay:
enabled: true
ui:
enabled: true
ingress:
enabled: true
className: traefik
hosts:
- hubble.noxxos.nl
l2announcements:
enabled: true
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: localhost
k8sServicePort: 7445