add sysctl example
This commit is contained in:
parent
76bceea344
commit
8134159824
1 changed files with 16 additions and 0 deletions
16
generic/sysctl.yaml
Normal file
16
generic/sysctl.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
containers:
|
||||
- name: bird
|
||||
image: "ungleich/bird:{{ .Chart.AppVersion }}"
|
||||
command:
|
||||
- /usr/sbin/bird
|
||||
- -f
|
||||
# - /bin/sh
|
||||
# - -c
|
||||
# - "sleep 100000"
|
||||
securityContext:
|
||||
sysctls:
|
||||
- name: "net.ipv4.conf.all.rp_filter"
|
||||
value: "0"
|
||||
- name: "net.ipv4.conf.default.rp_filter"
|
||||
value: "0"
|
||||
# - name: "net.ipv4.conf.default.rp_filter"
|
Loading…
Reference in a new issue