chore(cilium): Reconfigure with kubernetes ipam

This commit is contained in:
Peter 2026-01-18 08:29:06 +01:00
parent 5148ca1183
commit 8e644dd07a
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 4 additions and 5 deletions

View file

@ -5,8 +5,6 @@ metadata:
name: http-filter-redirect
spec:
parentRefs:
- name: public
sectionName: http
- name: internal
sectionName: http
rules:

View file

@ -2,6 +2,9 @@ k8sServiceHost: localhost
k8sServicePort: 7445
kubeProxyReplacement: true
ipam:
mode: kubernetes
cgroup:
hostRoot: /sys/fs/cgroup
autoMount:
@ -21,6 +24,7 @@ securityContext:
- FOWNER
- SETGID
- SETUID
- CAP_SYS_ADMIN
cleanCiliumState:
- NET_ADMIN
- SYS_ADMIN
@ -39,6 +43,3 @@ gatewayAPI:
enabled: true
enableAlpn: true
enableAppProtocol: true
enableIPv4Masquerade: true
enableMasqueradeRouteSource: true