Skip to content

Commit

Permalink
fix: moving monitor configs to named clusters
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Mendes <lmendes@redhat.com>
  • Loading branch information
theflockers committed Jan 13, 2025
1 parent 933bc0f commit 724b181
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/release/base/monitor/staging/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configmap.yaml
- https://github.com/hacbs-release/release-service-monitor/config/default?ref=73e63a3db71ab5084150b31277710aabff613b03

images:
Expand Down
28 changes: 28 additions & 0 deletions components/release/staging/stone-stage-p01/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: v1
data:
server-config.yaml: |
---
service:
listen_port: 8080
pool_interval: 120
metrics_prefix: release_service
checks:
git:
- name: github
url: https://github.com/konflux-ci/release-service-catalog
revision: development
path: pipelines/fbc-release/fbc-release.yaml
quay:
- name: quayio
tags:
- latest
username: test+testbot
pullspec: quay.io/konflux-ci/release-service-utils
http:
- name: pyxis
url: https://pyxis.stage.engineering.redhat.com/v1/ping
insecure: true
kind: ConfigMap
metadata:
name: release-service-monitor-config
namespace: release-service
6 changes: 6 additions & 0 deletions components/release/staging/stone-stage-p01/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configmap.yaml

namespace: release-service
6 changes: 6 additions & 0 deletions components/release/staging/stone-stg-rh01/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configmap.yaml

namespace: release-service

0 comments on commit 724b181

Please sign in to comment.