Skip to content

Commit 43e1b93

Browse files
authored
Merge pull request docker-mailserver#154 from cfis/dev
Remove hostNetwork/hostPID
2 parents f71d57e + 8fab3ef commit 43e1b93

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

charts/docker-mailserver/values.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ deployment:
4343
## Optionally specify a nodeSelector for the deployment
4444
nodeSelector: {}
4545

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-
5646
## Update strategy - only really applicable for deployments with RWO PVs attached
5747
## If replicas = 1, an update can get "stuck", as the previous pod remains attached to the
5848
## PV, and the "incoming" pod can never start. Setting the strategy to "Recreate" (our default) will

0 commit comments

Comments
 (0)