-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(RELEASE-996): add release-service-monitor
This commit adds the release-service-monitor to the release-service namespace in development and stage branches Signed-off-by: Leandro Mendes <[email protected]>
- Loading branch information
1 parent
9a2ce3a
commit 9971174
Showing
8 changed files
with
127 additions
and
1 deletion.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
components/release/base/monitor/development/configmap.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,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.nonprod.redhat.com/v1/ping | ||
insecure: true | ||
kind: ConfigMap | ||
metadata: | ||
name: release-service-monitor-config | ||
namespace: release-service |
18 changes: 18 additions & 0 deletions
18
components/release/base/monitor/development/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,18 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- configmap.yaml | ||
- https://github.com/hacbs-release/release-service-monitor/config/default?ref=5bd039d856236f519e9a5d4866406f261610a182 | ||
|
||
images: | ||
- name: quay.io/konflux-ci/release-service-monitor | ||
newName: quay.io/konflux-ci/release-service-monitor | ||
newTag: ba764a7bb2dc5b4d0eca49470dd90b3596786be0 | ||
|
||
namespace: release-service | ||
|
||
secretGenerator: | ||
- name: release-service-monitor-secret | ||
namespace: release-service | ||
literals: | ||
- placeholder=placeholder |
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,27 @@ | ||
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: production | ||
path: pipelines/fbc-release/fbc-release.yaml | ||
quay: | ||
- name: quayio | ||
tags: | ||
- latest | ||
pullspec: quay.io/konflux-ci/release-service-utils | ||
http: | ||
- name: pyxis | ||
url: https://pyxis.api.redhat.com/v1/ping | ||
insecure: true | ||
kind: ConfigMap | ||
metadata: | ||
name: release-service-monitor-config | ||
namespace: release-service |
12 changes: 12 additions & 0 deletions
12
components/release/base/monitor/production/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,12 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- configmap.yaml | ||
- https://github.com/hacbs-release/release-service-monitor/config/default?ref=5bd039d856236f519e9a5d4866406f261610a182 | ||
|
||
images: | ||
- name: quay.io/konflux-ci/release-service-monitor | ||
newName: quay.io/konflux-ci/release-service-monitor | ||
newTag: 5bd039d856236f519e9a5d4866406f261610a182 | ||
|
||
namespace: release-service |
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,27 @@ | ||
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 | ||
pullspec: quay.io/konflux-ci/release-service-utils | ||
http: | ||
- name: pyxis | ||
url: https://pyxis.nonprod.redhat.com/v1/ping | ||
insecure: true | ||
kind: ConfigMap | ||
metadata: | ||
name: release-service-monitor-config | ||
namespace: release-service |
12 changes: 12 additions & 0 deletions
12
components/release/base/monitor/staging/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,12 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- configmap.yaml | ||
- https://github.com/hacbs-release/release-service-monitor/config/default?ref=5bd039d856236f519e9a5d4866406f261610a182 | ||
|
||
images: | ||
- name: quay.io/konflux-ci/release-service-monitor | ||
newName: quay.io/konflux-ci/release-service-monitor | ||
newTag: 5bd039d856236f519e9a5d4866406f261610a182 | ||
|
||
namespace: release-service |
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