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 @@ -366,7 +366,7 @@ manager:
366366 # - name: CUSTOM_PAGE_FOOTER_COLOR
367367 # value: "#FFFFFF"
368368 svc :
369- type : NodePort # should be set to - ClusterIP
369+ type : ClusterIP
370370 nodePort :
371371 loadBalancerIP :
372372 annotations :
484484 protocol : https
485485 secretName :
486486 svc :
487- type : NodePort # should be set to - ClusterIP
487+ type : ClusterIP
488488 loadBalancerIP :
489489 annotations :
490490 {}
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