File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ manager:
365365 # - name: CUSTOM_PAGE_FOOTER_COLOR
366366 # value: "#FFFFFF"
367367 svc :
368- type : NodePort # should be set to - ClusterIP
368+ type : ClusterIP
369369 loadBalancerIP :
370370 annotations :
371371 {}
482482 protocol : https
483483 secretName :
484484 svc :
485- type : NodePort # should be set to - ClusterIP
485+ type : ClusterIP
486486 loadBalancerIP :
487487 annotations :
488488 {}
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ func TestManagerService(t *testing.T) {
272272 var svc corev1.Service
273273 helm .UnmarshalK8SYaml (t , outs [0 ], & svc )
274274
275- checkManagerService (t , svc , "NodePort " )
275+ checkManagerService (t , svc , "ClusterIP " )
276276}
277277
278278func TestManagerServiceLB (t * testing.T ) {
@@ -384,4 +384,4 @@ func TestFedManagedServiceLBIP(t *testing.T) {
384384 }
385385
386386 checkControllerServiceFedManaged (t , svc , svcType )
387- }
387+ }
You can’t perform that action at this time.
0 commit comments