remove security context from mediaserver

This commit is contained in:
Mans Ziesel 2024-11-06 20:32:43 +01:00
parent 15dcf5035d
commit 280b40c3a9

View File

@ -28,9 +28,3 @@ spec:
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: info value: info
securityContext:
sysctls:
- name: net.ipv6.conf.all.disable_ipv6
value: "1"
- name: net.ipv6.conf.default.disable_ipv6
value: "1"