Skip to content

Commit 8adeb4b

Browse files
committed
docs: Update trafficDistribution field comment with correct values
- Replace PreferClose with PreferSameZone and PreferSameNode - Add reference to official Kubernetes documentation Signed-off-by: younsl <cysl@kakao.com>
1 parent b8e2bbf commit 8adeb4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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-
## - PreferClose (routes traffic to endpoints that are topologically proximate)
305-
## Traffic distribution for multi-zone topology (Kubernetes 1.31+)
304+
## - PreferSameZone
305+
## - PreferSameNode
306+
## Ref: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution
306307
trafficDistribution: ""
307308
## If there is a port associated with a given service, expose it here.
308309
# port:

0 commit comments

Comments
 (0)