-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: moving monitor configs to named clusters
Signed-off-by: Leandro Mendes <lmendes@redhat.com>
- Loading branch information
1 parent
933bc0f
commit 4211e77
Showing
5 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
6
components/release/staging/stone-stage-p01/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |