There was an error while loading. Please reload this page.
1 parent 8adeb4b commit 1d93508Copy full SHA for 1d93508
charts/docker-mailserver/values.yaml
@@ -301,8 +301,9 @@ service:
301
## unless you have a good reason not to.
302
# externalTrafficPolicy: "Cluster"
303
## Traffic distribution preference for Services. One of:
304
- ## - PreferSameZone
305
- ## - PreferSameNode
+ ## - PreferClose
+ ## - PreferSameZone (started from 1.34)
306
+ ## - PreferSameNode (started from 1.34)
307
## Ref: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution
308
trafficDistribution: ""
309
## If there is a port associated with a given service, expose it here.
0 commit comments