File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,6 @@ deployment:
43
43
# # Optionally specify a nodeSelector for the deployment
44
44
nodeSelector : {}
45
45
46
- # # Use the host’s network namespace. If this option is set, the ports that
47
- # # will be used must be specified.
48
- # # Ref: https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_podspec
49
- # pod.dockermailserver.hostNetwork will configure the pod to use the host's network namespace
50
- hostNetwork : false
51
- # # Use the host’s pid namespace
52
- # # Ref: https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_podspec
53
- # pod.dockermailserver.hostPID defines whether the pod should use the host's PID namespace (default false)
54
- hostPID : false
55
-
56
46
# # Update strategy - only really applicable for deployments with RWO PVs attached
57
47
# # If replicas = 1, an update can get "stuck", as the previous pod remains attached to the
58
48
# # PV, and the "incoming" pod can never start. Setting the strategy to "Recreate" (our default) will
You can’t perform that action at this time.
0 commit comments