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
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: []
sysctls: []
# sysctls: []
# -- Resources
# Can be overruled per container
@ -127,8 +127,8 @@ containerOptions:
# Can be overruled per pod
podOptions:
enableServiceLinks: false
hostNetwork: false
hostPID: false
# hostNetwork: false
# hostPID: false
shareProcessNamespace: false
restartPolicy: Always
dnsPolicy: ClusterFirst