23 lines
410 B
JSON
23 lines
410 B
JSON
{
|
|
"kind":"Service",
|
|
"apiVersion":"v1",
|
|
"metadata":{
|
|
"name":"pushgateway",
|
|
"labels":{
|
|
"name":"pushgateway"
|
|
}
|
|
},
|
|
"spec":{
|
|
"type": "NodePort",
|
|
"ports": [
|
|
{
|
|
"port":9091,
|
|
"targetPort":9091,
|
|
"protocol":"TCP"
|
|
}],
|
|
"selector":{
|
|
"name":"kube-prometheus"
|
|
}
|
|
}
|
|
}
|