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
  • Loading branch information
Kumar, Sravan committed Jan 9, 2020
1 parent 74bf8b8 commit fa94193
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: http-webhook
port: 443
targetPort: 8443
selector:
app: tekton-pipelines-webhook

0 comments on commit fa94193

Please sign in to comment.