mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-21 10:00:38 -04:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"id": "frontend",
|
|
"kind": "Service",
|
|
"apiVersion": "v1beta1",
|
|
"port": 80,
|
|
"containerPort": 80,
|
|
"selector": {
|
|
"name": "frontend"
|
|
},
|
|
"labels": {
|
|
"name": "frontend"
|
|
}
|
|
}
|