@@ -1322,7 +1322,7 @@ func TestRedisMasterService(t *testing.T) {
1322
1322
},
1323
1323
},
1324
1324
Spec : corev1.ServiceSpec {
1325
- Type : corev1 .ServiceTypeLoadBalancer ,
1325
+ Type : corev1 .ServiceTypeClusterIP ,
1326
1326
Selector : map [string ]string {
1327
1327
"app.kubernetes.io/component" : "redis" ,
1328
1328
"app.kubernetes.io/name" : name ,
@@ -1361,7 +1361,7 @@ func TestRedisMasterService(t *testing.T) {
1361
1361
},
1362
1362
},
1363
1363
Spec : corev1.ServiceSpec {
1364
- Type : corev1 .ServiceTypeLoadBalancer ,
1364
+ Type : corev1 .ServiceTypeClusterIP ,
1365
1365
Selector : map [string ]string {
1366
1366
"app.kubernetes.io/component" : "redis" ,
1367
1367
"app.kubernetes.io/name" : "custom-name" ,
@@ -1400,7 +1400,7 @@ func TestRedisMasterService(t *testing.T) {
1400
1400
},
1401
1401
},
1402
1402
Spec : corev1.ServiceSpec {
1403
- Type : corev1 .ServiceTypeLoadBalancer ,
1403
+ Type : corev1 .ServiceTypeClusterIP ,
1404
1404
Selector : map [string ]string {
1405
1405
"app.kubernetes.io/component" : "redis" ,
1406
1406
"app.kubernetes.io/name" : name ,
@@ -1440,7 +1440,7 @@ func TestRedisMasterService(t *testing.T) {
1440
1440
},
1441
1441
},
1442
1442
Spec : corev1.ServiceSpec {
1443
- Type : corev1 .ServiceTypeLoadBalancer ,
1443
+ Type : corev1 .ServiceTypeClusterIP ,
1444
1444
Selector : map [string ]string {
1445
1445
"app.kubernetes.io/component" : "redis" ,
1446
1446
"app.kubernetes.io/name" : name ,
@@ -1481,7 +1481,7 @@ func TestRedisMasterService(t *testing.T) {
1481
1481
},
1482
1482
},
1483
1483
Spec : corev1.ServiceSpec {
1484
- Type : corev1 .ServiceTypeLoadBalancer ,
1484
+ Type : corev1 .ServiceTypeClusterIP ,
1485
1485
Selector : map [string ]string {
1486
1486
"app.kubernetes.io/component" : "redis" ,
1487
1487
"app.kubernetes.io/name" : name ,
@@ -1562,7 +1562,7 @@ func TestRedisSlaveService(t *testing.T) {
1562
1562
},
1563
1563
},
1564
1564
Spec : corev1.ServiceSpec {
1565
- Type : corev1 .ServiceTypeLoadBalancer ,
1565
+ Type : corev1 .ServiceTypeClusterIP ,
1566
1566
Selector : map [string ]string {
1567
1567
"app.kubernetes.io/component" : "redis" ,
1568
1568
"app.kubernetes.io/name" : name ,
@@ -1601,7 +1601,7 @@ func TestRedisSlaveService(t *testing.T) {
1601
1601
},
1602
1602
},
1603
1603
Spec : corev1.ServiceSpec {
1604
- Type : corev1 .ServiceTypeLoadBalancer ,
1604
+ Type : corev1 .ServiceTypeClusterIP ,
1605
1605
Selector : map [string ]string {
1606
1606
"app.kubernetes.io/component" : "redis" ,
1607
1607
"app.kubernetes.io/name" : "custom-name" ,
@@ -1640,7 +1640,7 @@ func TestRedisSlaveService(t *testing.T) {
1640
1640
},
1641
1641
},
1642
1642
Spec : corev1.ServiceSpec {
1643
- Type : corev1 .ServiceTypeLoadBalancer ,
1643
+ Type : corev1 .ServiceTypeClusterIP ,
1644
1644
Selector : map [string ]string {
1645
1645
"app.kubernetes.io/component" : "redis" ,
1646
1646
"app.kubernetes.io/name" : name ,
@@ -1680,7 +1680,7 @@ func TestRedisSlaveService(t *testing.T) {
1680
1680
},
1681
1681
},
1682
1682
Spec : corev1.ServiceSpec {
1683
- Type : corev1 .ServiceTypeLoadBalancer ,
1683
+ Type : corev1 .ServiceTypeClusterIP ,
1684
1684
Selector : map [string ]string {
1685
1685
"app.kubernetes.io/component" : "redis" ,
1686
1686
"app.kubernetes.io/name" : name ,
@@ -1721,7 +1721,7 @@ func TestRedisSlaveService(t *testing.T) {
1721
1721
},
1722
1722
},
1723
1723
Spec : corev1.ServiceSpec {
1724
- Type : corev1 .ServiceTypeLoadBalancer ,
1724
+ Type : corev1 .ServiceTypeClusterIP ,
1725
1725
Selector : map [string ]string {
1726
1726
"app.kubernetes.io/component" : "redis" ,
1727
1727
"app.kubernetes.io/name" : name ,
0 commit comments