Create infra and add traefik
This commit is contained in:
23
infrastructure/cilium/values.yaml
Normal file
23
infrastructure/cilium/values.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
k8sServiceHost: "192.168.1.101"
|
||||
k8sServicePort: "6443"
|
||||
|
||||
operator:
|
||||
replicas: 1
|
||||
rollOutPods: true
|
||||
|
||||
externalIPs:
|
||||
enabled: true
|
||||
|
||||
enableCiliumEndpointSlice: true
|
||||
|
||||
kubeProxyReplacement: "disabled"
|
||||
ipam:
|
||||
mode: "kubernetes"
|
||||
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:
|
||||
hostRoot: "/sys/fs/cgroup"
|
||||
autoMount:
|
||||
enabled: "false"
|
||||
Reference in New Issue
Block a user