File tree Expand file tree Collapse file tree 4 files changed +5
-26
lines changed
operator/gitops/argocd/pipeline-service/tekton-results Expand file tree Collapse file tree 4 files changed +5
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ metadata:
9
9
annotations :
10
10
openshift.io/host.generated : " true"
11
11
haproxy.router.openshift.io/hsts_header : " max-age=63072000"
12
+ # https://issues.redhat.com/browse/OCPBUGS-16375
13
+ router.openshift.io/haproxy.health.check.interval : " 86400s"
14
+ haproxy.router.openshift.io/timeout : " 86410s"
12
15
argocd.argoproj.io/sync-wave : " 0"
13
16
spec :
14
17
to :
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ resources:
9
9
- watcher-logging-rbac.yaml
10
10
- service-monitor.yaml
11
11
- watcher-rbac.yaml
12
- - api-metrics-service.yaml
13
12
14
13
images :
15
14
- name : ko://github.com/tektoncd/results/cmd/api
@@ -51,13 +50,9 @@ patches:
51
50
kind : Service
52
51
name : tekton-results-watcher
53
52
labelSelector : " app.kubernetes.io/name=tekton-results-watcher"
54
- - target :
53
+ - path : api-service-patch.yaml
54
+ target :
55
55
version : v1
56
56
kind : Service
57
57
name : tekton-results-api-service
58
58
labelSelector : " app.kubernetes.io/name=tekton-results-api"
59
- # OCP Bug workaround https://issues.redhat.com/browse/OCPBUGS-5916
60
- # path: api-service-patch.yaml
61
- patch : |-
62
- - op: remove
63
- path: /spec/ports/1
Original file line number Diff line number Diff line change 65
65
selector :
66
66
matchLabels :
67
67
app.kubernetes.io/name : " tekton-results-api"
68
- app.kubernetes.io/component : " metrics"
69
68
---
70
69
apiVersion : monitoring.coreos.com/v1
71
70
kind : ServiceMonitor
You can’t perform that action at this time.
0 commit comments