Skip to content

Commit 1d93508

Browse files
authored
chore: Add still valid option to comment for trafficDistribution
* Requested by maintainer
1 parent 8adeb4b commit 1d93508

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/docker-mailserver/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,9 @@ service:
301301
## unless you have a good reason not to.
302302
# externalTrafficPolicy: "Cluster"
303303
## Traffic distribution preference for Services. One of:
304-
## - PreferSameZone
305-
## - PreferSameNode
304+
## - PreferClose
305+
## - PreferSameZone (started from 1.34)
306+
## - PreferSameNode (started from 1.34)
306307
## Ref: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution
307308
trafficDistribution: ""
308309
## If there is a port associated with a given service, expose it here.

0 commit comments

Comments
 (0)