mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 04:40:19 +00:00
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"apiVersion": "v1beta1",
|
|
"kind": "Service",
|
|
"id": "frontendservice",
|
|
"port": 3000,
|
|
"containerPort": "http-server",
|
|
"selector": { "name": "frontendhttp" },
|
|
"createExternalLoadBalancer": false
|
|
}
|