Skip to content

Commit 44a42c4

Browse files
committed
Revert service type to cluster IP.
1 parent b1045b4 commit 44a42c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/reconciler/jbsconfig/jbsconfig.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func (r *ReconcilerJBSConfig) deploymentSupportObjects(ctx context.Context, requ
304304
TargetPort: intstr.IntOrString{IntVal: 8080},
305305
},
306306
},
307-
Type: corev1.ServiceTypeNodePort,
307+
Type: corev1.ServiceTypeClusterIP,
308308
Selector: map[string]string{"app": v1alpha1.CacheDeploymentName},
309309
},
310310
}
@@ -334,7 +334,7 @@ func (r *ReconcilerJBSConfig) deploymentSupportObjects(ctx context.Context, requ
334334
TargetPort: intstr.IntOrString{IntVal: 8443},
335335
},
336336
},
337-
Type: corev1.ServiceTypeNodePort,
337+
Type: corev1.ServiceTypeClusterIP,
338338
Selector: map[string]string{"app": v1alpha1.CacheDeploymentName},
339339
},
340340
}

0 commit comments

Comments
 (0)