k3s/examples/monitoring/influx-grafana-service.json

10 lines
216 B
JSON
Raw Normal View History

{
"id": "influx-master",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 8085,
"containerPort": 8086,
"provider": "kubernetes-default",
"component": "influxdb"
"selector": { "name": "influxdb" }
}