diff --git a/components/pipeline-service/production/base/kustomization.yaml b/components/pipeline-service/production/base/kustomization.yaml index 4cfe32dd0eb..5012b8c9112 100644 --- a/components/pipeline-service/production/base/kustomization.yaml +++ b/components/pipeline-service/production/base/kustomization.yaml @@ -8,7 +8,7 @@ commonAnnotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true resources: - - https://github.com/openshift-pipelines/pipeline-service.git/operator/gitops/argocd/pipeline-service?ref=e52f83e174efb8f308f6e32d1e0fc9f8eb9ed893 + - https://github.com/openshift-pipelines/pipeline-service.git/operator/gitops/argocd/pipeline-service?ref=72287aca6503f631b917debc27683a508f7e45ad - pipelines-as-code-secret.yaml # create external secret in openshift-pipelines namespace - ../../base/external-secrets - ../../base/testing diff --git a/components/pipeline-service/production/stone-prd-m01/deploy.yaml b/components/pipeline-service/production/stone-prd-m01/deploy.yaml index 62e8dde39ff..ec6252e2e4f 100644 --- a/components/pipeline-service/production/stone-prd-m01/deploy.yaml +++ b/components/pipeline-service/production/stone-prd-m01/deploy.yaml @@ -1157,6 +1157,10 @@ spec: port: 9443 protocol: TCP targetPort: metrics + - name: profiling + port: 6060 + protocol: TCP + targetPort: 6060 selector: app.kubernetes.io/name: tekton-results-api --- @@ -1203,8 +1207,10 @@ spec: app: pipeline-metrics-exporter spec: containers: - - args: [] - image: quay.io/redhat-appstudio/pipeline-service-exporter:2782659983c94692497467cd1cf952b1bc1f0da4 + - args: + - -pprof-address + - "6060" + image: quay.io/redhat-appstudio/pipeline-service-exporter:c93b6d93e8bbd4540a4d565a35bae2a8b081b000 name: pipeline-metrics-exporter ports: - containerPort: 9117 @@ -2050,7 +2056,7 @@ metadata: namespace: openshift-marketplace spec: displayName: custom-operators - image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:c2c6587e059b0b5144f4b2cff79f31f1f6fee36f0927b301a17a3b608237134f + image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:beec206d5f9650173348c0d9db404faee6b791ec6d25a9ea3410a909a8e37187 sourceType: grpc updateStrategy: registryPoll: diff --git a/components/pipeline-service/production/stone-prd-rh01/deploy.yaml b/components/pipeline-service/production/stone-prd-rh01/deploy.yaml index e1f3da19bb2..a313066780a 100644 --- a/components/pipeline-service/production/stone-prd-rh01/deploy.yaml +++ b/components/pipeline-service/production/stone-prd-rh01/deploy.yaml @@ -1157,6 +1157,10 @@ spec: port: 9443 protocol: TCP targetPort: metrics + - name: profiling + port: 6060 + protocol: TCP + targetPort: 6060 selector: app.kubernetes.io/name: tekton-results-api --- @@ -1203,8 +1207,10 @@ spec: app: pipeline-metrics-exporter spec: containers: - - args: [] - image: quay.io/redhat-appstudio/pipeline-service-exporter:2782659983c94692497467cd1cf952b1bc1f0da4 + - args: + - -pprof-address + - "6060" + image: quay.io/redhat-appstudio/pipeline-service-exporter:c93b6d93e8bbd4540a4d565a35bae2a8b081b000 name: pipeline-metrics-exporter ports: - containerPort: 9117 @@ -2050,7 +2056,7 @@ metadata: namespace: openshift-marketplace spec: displayName: custom-operators - image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:c2c6587e059b0b5144f4b2cff79f31f1f6fee36f0927b301a17a3b608237134f + image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:beec206d5f9650173348c0d9db404faee6b791ec6d25a9ea3410a909a8e37187 sourceType: grpc updateStrategy: registryPoll: diff --git a/components/pipeline-service/production/stone-prod-p01/deploy.yaml b/components/pipeline-service/production/stone-prod-p01/deploy.yaml index 269aa0498f3..47b632adc96 100644 --- a/components/pipeline-service/production/stone-prod-p01/deploy.yaml +++ b/components/pipeline-service/production/stone-prod-p01/deploy.yaml @@ -1157,6 +1157,10 @@ spec: port: 9443 protocol: TCP targetPort: metrics + - name: profiling + port: 6060 + protocol: TCP + targetPort: 6060 selector: app.kubernetes.io/name: tekton-results-api --- @@ -1203,8 +1207,10 @@ spec: app: pipeline-metrics-exporter spec: containers: - - args: [] - image: quay.io/redhat-appstudio/pipeline-service-exporter:2782659983c94692497467cd1cf952b1bc1f0da4 + - args: + - -pprof-address + - "6060" + image: quay.io/redhat-appstudio/pipeline-service-exporter:c93b6d93e8bbd4540a4d565a35bae2a8b081b000 name: pipeline-metrics-exporter ports: - containerPort: 9117 @@ -2050,7 +2056,7 @@ metadata: namespace: openshift-marketplace spec: displayName: custom-operators - image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:c2c6587e059b0b5144f4b2cff79f31f1f6fee36f0927b301a17a3b608237134f + image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:beec206d5f9650173348c0d9db404faee6b791ec6d25a9ea3410a909a8e37187 sourceType: grpc updateStrategy: registryPoll: