Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: moving monitor configs to named clusters #5174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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
Loading