Skip to content

Commit

Permalink
Update service port naming inline with istio naming conventions
Browse files Browse the repository at this point in the history
https://istio.io/docs/ops/deployment/requirements/

Change http -> https for webhook port name
  • Loading branch information
sravankumar777 authored and tekton-robot committed Jan 16, 2020
1 parent 5e7f2ac commit 23a9554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/400-controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
namespace: tekton-pipelines
spec:
ports:
- name: metrics
- name: http-metrics
port: 9090
protocol: TCP
targetPort: 9090
Expand Down
3 changes: 2 additions & 1 deletion config/400-webhook-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ metadata:
namespace: tekton-pipelines
spec:
ports:
- port: 443
- name: https-webhook
port: 443
targetPort: 8443
selector:
app: tekton-pipelines-webhook

0 comments on commit 23a9554

Please sign in to comment.