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
e35ca6398c
commit
b2a6fb927e
1 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
name: nginx-ingress-dashboard
|
||||
namespace: ingress-nginx
|
||||
data:
|
||||
nginx-ingress-controller_rev1.json: |-
|
||||
{
|
||||
|
|
@ -1455,10 +1462,3 @@ 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:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
name: nginx-ingress-dashboard
|
||||
namespace: ingress-nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue