chore(cilium): Reconfigure with kubernetes ipam
This commit is contained in:
parent
5148ca1183
commit
8e644dd07a
2 changed files with 4 additions and 5 deletions
|
|
@ -5,8 +5,6 @@ metadata:
|
|||
name: http-filter-redirect
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: public
|
||||
sectionName: http
|
||||
- name: internal
|
||||
sectionName: http
|
||||
rules:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue