Skip to content

Commit

Permalink
Bump prod pipeline service level to stage level (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
enarha authored May 27, 2024
1 parent 120068d commit ec3e081
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 9 additions & 3 deletions components/pipeline-service/production/stone-prd-m01/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ec3e081

Please sign in to comment.