mirror of https://github.com/k3s-io/k3s
23 lines
420 B
JSON
23 lines
420 B
JSON
![]() |
{
|
||
|
"kind":"Service",
|
||
|
"apiVersion":"v1beta3",
|
||
|
"metadata":{
|
||
|
"name":"prometheus",
|
||
|
"labels":{
|
||
|
"name":"prometheus"
|
||
|
}
|
||
|
},
|
||
|
"spec":{
|
||
|
"publicIPs":["10.0.1.89"],
|
||
|
"ports": [
|
||
|
{
|
||
|
"port":9090,
|
||
|
"targetPort":9090,
|
||
|
"protocol":"TCP"
|
||
|
}],
|
||
|
"selector":{
|
||
|
"name":"kube-prometheus"
|
||
|
}
|
||
|
}
|
||
|
}
|