Skip to content

Commit 23a9554

Browse files
sravankumar777tekton-robot
authored andcommitted
Update service port naming inline with istio naming conventions
https://istio.io/docs/ops/deployment/requirements/ Change http -> https for webhook port name
1 parent 5e7f2ac commit 23a9554

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/400-controller-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metadata:
2121
namespace: tekton-pipelines
2222
spec:
2323
ports:
24-
- name: metrics
24+
- name: http-metrics
2525
port: 9090
2626
protocol: TCP
2727
targetPort: 9090

config/400-webhook-service.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ metadata:
2121
namespace: tekton-pipelines
2222
spec:
2323
ports:
24-
- port: 443
24+
- name: https-webhook
25+
port: 443
2526
targetPort: 8443
2627
selector:
2728
app: tekton-pipelines-webhook

0 commit comments

Comments
 (0)