Skip to content

Commit

Permalink
helm mode: Set default clustermesh service type to NodePort
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sauber <[email protected]>
  • Loading branch information
asauber authored and michi-covalent committed Apr 27, 2023
1 parent 37f1e28 commit f17f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/cmd/clustermesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func newCmdClusterMeshEnableWithHelm() *cobra.Command {
},
}

cmd.Flags().StringVar(&params.ServiceType, "service-type", "LoadBalancer", "Type of Kubernetes service to expose control plane { ClusterIP | LoadBalancer | NodePort }")
cmd.Flags().StringVar(&params.ServiceType, "service-type", "NodePort", "Type of Kubernetes service to expose control plane { LoadBalancer | NodePort | ClusterIP }")

return cmd
}
Expand Down

0 comments on commit f17f0fc

Please sign in to comment.