-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump perses to latest version + add resources to readonly instance
Signed-off-by: Ubuntu <[email protected]>
- Loading branch information
Ubuntu
committed
Sep 22, 2023
1 parent
71cf0c3
commit 78b69ef
Showing
6 changed files
with
58 additions
and
19 deletions.
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,24 @@ | ||
{ | ||
"kind": "Datasource", | ||
"metadata": { | ||
"name": "PrometheusDemo" | ||
}, | ||
"spec": { | ||
"display": { | ||
"name": "Prometheus Demo instance", | ||
"description": "Prometheus demo instance specific to the perses project" | ||
}, | ||
"default": true, | ||
"plugin": { | ||
"kind": "PrometheusDatasource", | ||
"spec": { | ||
"proxy": { | ||
"kind": "HTTPProxy", | ||
"spec": { | ||
"url": "https://prometheus.demo.do.prometheus.io" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"kind": "GlobalDatasource", | ||
"metadata": { | ||
"name": "PrometheusDemo" | ||
}, | ||
"spec": { | ||
"display": { | ||
"name": "Prometheus Demo instance", | ||
"description": "Base Prometheus demo instance" | ||
}, | ||
"default": true, | ||
"plugin": { | ||
"kind": "PrometheusDatasource", | ||
"spec": { | ||
"proxy": { | ||
"kind": "HTTPProxy", | ||
"spec": { | ||
"url": "https://prometheus.demo.do.prometheus.io" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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 @@ | ||
{ | ||
"kind": "Project", | ||
"metadata": { | ||
"name": "perses" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.