Skip to content

Commit 11718c6

Browse files
authored
Use ClusterIP as default Service type (#600)
Issue #, if available: [2506](aws-controllers-k8s/community#2506) Description of changes: - Use ClusterIP as default Service type for metrics for non-Helm installations By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent abd45b4 commit 11718c6

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)