diff --git a/config/400-controller-service.yaml b/config/400-controller-service.yaml index cbfb83688e0..ac86abc3c28 100644 --- a/config/400-controller-service.yaml +++ b/config/400-controller-service.yaml @@ -21,7 +21,7 @@ metadata: namespace: tekton-pipelines spec: ports: - - name: metrics + - name: http-metrics port: 9090 protocol: TCP targetPort: 9090 diff --git a/config/400-webhook-service.yaml b/config/400-webhook-service.yaml index 30dda87dde3..7d0eddc719e 100644 --- a/config/400-webhook-service.yaml +++ b/config/400-webhook-service.yaml @@ -21,7 +21,8 @@ metadata: namespace: tekton-pipelines spec: ports: - - port: 443 + - name: https-webhook + port: 443 targetPort: 8443 selector: app: tekton-pipelines-webhook