feat: Created initial bootstrap script

This commit is contained in:
2025-11-22 06:02:05 +01:00
commit 187c8bd787
2 changed files with 155 additions and 0 deletions

36
cilium.yaml Normal file
View File

@@ -0,0 +1,36 @@
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: localhost
k8sServicePort: 7445
gatewayAPI:
enabled: true
enableAlpn: true
enableAppProtocol: true
operator:
replicas: 1
hubble:
relay:
enabled: true