Skip to content

Commit 3352ce9

Browse files
committed
fix ci tests and new default value
1 parent 37311c6 commit 3352ce9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/docker-mailserver/ci/ci-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
service:
22
type: ClusterIP
3+
externalTrafficPolicy: Local
34

45
configMaps:
56
postfix-accounts.cf:

charts/docker-mailserver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,13 @@ service:
298298
## - LoadBalancer (to the world)
299299
## - NodePort (to the world, via high port on a node)
300300
## - ClusterIP (to the cluster)
301-
type: "LoadBalancer"
301+
type: "ClusterIP"
302302
## Manually overwrite the externalTrafficPolicy. One of:
303303
## - Local
304304
## - Cluster
305305
## Set it to "Local" when used with type "LoadBalancer" and set it to "Cluster" when used with type "ClusterIP" or "NodePort",
306306
## unless you have a good reason not to.
307-
externalTrafficPolicy: "Local"
307+
externalTrafficPolicy: "Cluster"
308308
## If there is a port associated with a given service, expose it here.
309309
# port:
310310
## If there is a particular IP that should be used for the service, specify it here.

0 commit comments

Comments
 (0)