mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-20 22:18:49 +00:00
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"
|
|
}
|
|
}
|
|
}
|