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
|
name: http-filter-redirect
|
||||||
spec:
|
spec:
|
||||||
parentRefs:
|
parentRefs:
|
||||||
- name: public
|
|
||||||
sectionName: http
|
|
||||||
- name: internal
|
- name: internal
|
||||||
sectionName: http
|
sectionName: http
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@ k8sServiceHost: localhost
|
||||||
k8sServicePort: 7445
|
k8sServicePort: 7445
|
||||||
kubeProxyReplacement: true
|
kubeProxyReplacement: true
|
||||||
|
|
||||||
|
ipam:
|
||||||
|
mode: kubernetes
|
||||||
|
|
||||||
cgroup:
|
cgroup:
|
||||||
hostRoot: /sys/fs/cgroup
|
hostRoot: /sys/fs/cgroup
|
||||||
autoMount:
|
autoMount:
|
||||||
|
|
@ -21,6 +24,7 @@ securityContext:
|
||||||
- FOWNER
|
- FOWNER
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
|
- CAP_SYS_ADMIN
|
||||||
cleanCiliumState:
|
cleanCiliumState:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
|
|
@ -39,6 +43,3 @@ gatewayAPI:
|
||||||
enabled: true
|
enabled: true
|
||||||
enableAlpn: true
|
enableAlpn: true
|
||||||
enableAppProtocol: true
|
enableAppProtocol: true
|
||||||
|
|
||||||
enableIPv4Masquerade: true
|
|
||||||
enableMasqueradeRouteSource: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue