File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,12 +296,13 @@ deployment:
296296service :
297297 # # What scope the service should be exposed in. One of:
298298 # # - LoadBalancer (to the world)
299+ # # - NodePort (to the world, via high port on a node)
299300 # # - ClusterIP (to the cluster)
300301 type : " LoadBalancer"
301302 # # Manually overwrite the externalTrafficPolicy. One of:
302303 # # - Local
303304 # # - Cluster
304- # # Set it to "Local" when used with type "LoadBalancer" and set it to "Cluster" when used with type "ClusterIP",
305+ # # Set it to "Local" when used with type "LoadBalancer" and set it to "Cluster" when used with type "ClusterIP" or "NodePort" ,
305306 # # unless you have a good reason not to.
306307 externalTrafficPolicy : " Local"
307308 # # If there is a port associated with a given service, expose it here.
You can’t perform that action at this time.
0 commit comments