mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
test
This commit is contained in:
parent
c9e69613d3
commit
d2deecefbc
6 changed files with 83 additions and 1 deletions
10
deploy/addepar/custom-metrics-namespace.json
Normal file
10
deploy/addepar/custom-metrics-namespace.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Namespace",
|
||||
"metadata": {
|
||||
"name": "custom-metrics",
|
||||
"labels": {
|
||||
"name": "custom-metrics"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue