Remove hostNetwork hostPID and sysctls
This commit is contained in:
parent
bb7ebe1e67
commit
c3af7eb828
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user