Skip to content

Commit

Permalink
Fix service type param setting
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
  • Loading branch information
shivamerla committed Feb 1, 2025
1 parent 4e77f74 commit 977e421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apps/v1alpha1/nemo_customizer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ func (n *NemoCustomizer) GetServiceParams() *rendertypes.ServiceParams {
params.SelectorLabels = n.GetSelectorLabels()

// Set service type
params.Type = "ClusterIP"
params.Type = n.GetServiceType()

servicePorts := n.GetServicePorts()
if len(servicePorts) != 0 {
Expand Down

0 comments on commit 977e421

Please sign in to comment.