mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
f08cb02571
commit
02a1489c08
1 changed files with 8 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
namespace: kube-prometheus-stack
|
||||
name: kube-prometheus-stack-nginx-dashboard
|
||||
data:
|
||||
nginx-dashboard.json: |-
|
||||
nginx-ingress-controller_rev1.json: |-
|
||||
{
|
||||
"__inputs": [
|
||||
{
|
||||
|
|
@ -1459,4 +1455,10 @@ data:
|
|||
"version": 1,
|
||||
"description": "Ingress-nginx supports a rich collection of prometheus metrics. If you have prometheus and grafana installed on your cluster then prometheus will already be scraping this data due to the scrape annotation on the deployment."
|
||||
}
|
||||
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
creationTimestamp: null
|
||||
name: nginx-dashboard
|
||||
namespace: kube-prometheus-stack
|
||||
Loading…
Add table
Add a link
Reference in a new issue