Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/openshift-pipelines/pipeline-service/operator/gitops/argocd/grafana/?ref=e52f83e174efb8f308f6e32d1e0fc9f8eb9ed893
- https://github.com/openshift-pipelines/pipeline-service/operator/gitops/argocd/grafana/?ref=26d2084062854f0fd90427c21cf5c875a3e537ed
4 changes: 2 additions & 2 deletions components/pipeline-service/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

resources:
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=e52f83e174efb8f308f6e32d1e0fc9f8eb9ed893
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=e52f83e174efb8f308f6e32d1e0fc9f8eb9ed893
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=26d2084062854f0fd90427c21cf5c875a3e537ed
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=26d2084062854f0fd90427c21cf5c875a3e537ed
- ../base/rbac

images:
Expand Down
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=26d2084062854f0fd90427c21cf5c875a3e537ed
- pipelines-as-code-secret.yaml
- ../../base/external-secrets
- ../../base/testing
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 @@ -1205,7 +1209,7 @@ spec:
containers:
- args:
- -zap-log-level=6
image: quay.io/redhat-appstudio/pipeline-service-exporter:2782659983c94692497467cd1cf952b1bc1f0da4
image: quay.io/redhat-appstudio/pipeline-service-exporter:d0109787b251d347f08f5d5e473af7ef5dec54b2
name: pipeline-metrics-exporter
ports:
- containerPort: 9117
Expand Down Expand Up @@ -1878,7 +1882,6 @@ spec:
enable-git-resolver: true
enable-hub-resolver: true
enable-tekton-oci-bundles: true
enable-step-actions: true
options:
configMaps:
config-logging:
Expand Down
7 changes: 5 additions & 2 deletions components/pipeline-service/staging/stone-stg-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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even though port is exposed, pprof is not enabled by default

port: 6060
protocol: TCP
targetPort: 6060
selector:
app.kubernetes.io/name: tekton-results-api
---
Expand Down Expand Up @@ -1205,7 +1209,7 @@ spec:
containers:
- args:
- -zap-log-level=6
image: quay.io/redhat-appstudio/pipeline-service-exporter:2782659983c94692497467cd1cf952b1bc1f0da4
image: quay.io/redhat-appstudio/pipeline-service-exporter:d0109787b251d347f08f5d5e473af7ef5dec54b2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: pipeline-metrics-exporter
ports:
- containerPort: 9117
Expand Down Expand Up @@ -1878,7 +1882,6 @@ spec:
enable-git-resolver: true
enable-hub-resolver: true
enable-tekton-oci-bundles: true
enable-step-actions: true
options:
configMaps:
config-logging:
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 @@ -1205,7 +1209,7 @@ spec:
containers:
- args:
- -zap-log-level=6
image: quay.io/redhat-appstudio/pipeline-service-exporter:2782659983c94692497467cd1cf952b1bc1f0da4
image: quay.io/redhat-appstudio/pipeline-service-exporter:d0109787b251d347f08f5d5e473af7ef5dec54b2
name: pipeline-metrics-exporter
ports:
- containerPort: 9117
Expand Down Expand Up @@ -1878,7 +1882,6 @@ spec:
enable-git-resolver: true
enable-hub-resolver: true
enable-tekton-oci-bundles: true
enable-step-actions: true
options:
configMaps:
config-logging:
Expand Down