Skip to content

Commit 0b9effe

Browse files
committed
Use ClusterIP as default Service type
1 parent abd45b4 commit 0b9effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config/controller/service.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ spec:
1111
port: 8080
1212
targetPort: http
1313
protocol: TCP
14-
type: NodePort
14+
type: ClusterIP

0 commit comments

Comments
 (0)