File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11service :
22 type : ClusterIP
3+ externalTrafficPolicy : Local
34
45configMaps :
56 postfix-accounts.cf :
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments