File tree 5 files changed +40
-1
lines changed
5 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - configmap.yaml
5
4
- https://github.com/hacbs-release/release-service-monitor/config/default?ref=73e63a3db71ab5084150b31277710aabff613b03
6
5
7
6
images :
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ data :
3
+ server-config.yaml : |
4
+ ---
5
+ service:
6
+ listen_port: 8080
7
+ pool_interval: 120
8
+ metrics_prefix: release_service
9
+ checks:
10
+ git:
11
+ - name: github
12
+ url: https://github.com/konflux-ci/release-service-catalog
13
+ revision: development
14
+ path: pipelines/fbc-release/fbc-release.yaml
15
+ quay:
16
+ - name: quayio
17
+ tags:
18
+ - latest
19
+ username: test+testbot
20
+ pullspec: quay.io/konflux-ci/release-service-utils
21
+ http:
22
+ - name: pyxis
23
+ url: https://pyxis.stage.engineering.redhat.com/v1/ping
24
+ insecure: true
25
+ kind : ConfigMap
26
+ metadata :
27
+ name : release-service-monitor-config
28
+ namespace : release-service
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
+ resources :
4
+ - configmap.yaml
5
+
6
+ namespace : release-service
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ apiVersion : kustomize.config.k8s.io/v1beta1
2
+ kind : Kustomization
3
+ resources :
4
+ - configmap.yaml
5
+
6
+ namespace : release-service
You can’t perform that action at this time.
0 commit comments