Skip to content

Commit 37311c6

Browse files
committed
Document it a bit more clear
1 parent d1c39ed commit 37311c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/docker-mailserver/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,13 @@ deployment:
296296
service:
297297
## What scope the service should be exposed in. One of:
298298
## - LoadBalancer (to the world)
299+
## - NodePort (to the world, via high port on a node)
299300
## - ClusterIP (to the cluster)
300301
type: "LoadBalancer"
301302
## Manually overwrite the externalTrafficPolicy. One of:
302303
## - Local
303304
## - Cluster
304-
## Set it to "Local" when used with type "LoadBalancer" and set it to "Cluster" when used with type "ClusterIP",
305+
## Set it to "Local" when used with type "LoadBalancer" and set it to "Cluster" when used with type "ClusterIP" or "NodePort",
305306
## unless you have a good reason not to.
306307
externalTrafficPolicy: "Local"
307308
## If there is a port associated with a given service, expose it here.

0 commit comments

Comments
 (0)