-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(route-monitor-operator): add console monitor [OSD-5499] (#736)
* chore(route-monitor-operator): add console monitor * on push: make * Delete OWNERS * Update deploy/osd-route-monitor-operator/100-rmo.RouteMonitor.yaml Co-authored-by: Rick Rackow <[email protected]> * on push: make * docs: add discalimer on names * fix(rmo): add namespace - change file format - add file schema in README.md * on push: make * Update 100-openshift-console.console.RouteMonitor.yaml * on push: make * rename file * Update 100-openshift-route-monitor-operator.console.RouteMonitor.yaml * on push: make * Update 100-openshift-route-monitor-operator.console.RouteMonitor.yaml * on push: make * Create config.yaml * on push: make * Create OWNERS Co-authored-by: Rick Rackow <[email protected]> Co-authored-by: Manuel Dewald <[email protected]>
- Loading branch information
1 parent
1bcc515
commit 51c5b63
Showing
6 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...osd-route-monitor-operator/100-openshift-route-monitor-operator.console.RouteMonitor.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,11 @@ | ||
apiVersion: monitoring.openshift.io/v1alpha1 | ||
kind: RouteMonitor | ||
metadata: | ||
name: console | ||
namespace: openshift-route-monitor-operator | ||
spec: | ||
route: | ||
name: console | ||
namespace: openshift-console | ||
slo: | ||
targetAvailabilityPercent: "99.5" |
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,3 @@ | ||
reviewers: | ||
- georgettica | ||
- RiRa12621 |
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,22 @@ | ||
# File Convention | ||
|
||
the convention is: | ||
``` | ||
${NUMBER}-${NS}.${NAME}.${TYPE}.yaml | ||
``` | ||
|
||
## Number | ||
a way to order the resources (if need be), | ||
should be a 3 digit number just in case. | ||
|
||
## Ns | ||
the namespace the resource is created in | ||
|
||
## Name | ||
the name of the resource | ||
|
||
## Type | ||
the type of the resource | ||
|
||
# Caveat | ||
the alert name will be comprised from the RouteMonitor/ClusterUrlMonitor name, so be careful when renaming || Adding |
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,3 @@ | ||
deploymentMode: "Direct" | ||
direct: | ||
environments: ["integration", "stage"] |
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