Remove hostNetwork hostPID and sysctls

This commit is contained in:
Jonny Ervine 2024-01-22 20:56:02 +08:00
parent bb7ebe1e67
commit c3af7eb828

View File

@ -108,7 +108,7 @@ securityContext:
fsGroup: 568 fsGroup: 568
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [] supplementalGroups: []
sysctls: [] # sysctls: []
# -- Resources # -- Resources
# Can be overruled per container # Can be overruled per container
@ -127,8 +127,8 @@ containerOptions:
# Can be overruled per pod # Can be overruled per pod
podOptions: podOptions:
enableServiceLinks: false enableServiceLinks: false
hostNetwork: false # hostNetwork: false
hostPID: false # hostPID: false
shareProcessNamespace: false shareProcessNamespace: false
restartPolicy: Always restartPolicy: Always
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst