mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 04:40:19 +00:00
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"id": "frontend",
|
|
"kind": "Service",
|
|
"apiVersion": "v1beta1",
|
|
"port": 9998,
|
|
"containerPort": 80,
|
|
"selector": {
|
|
"name": "frontend"
|
|
}
|
|
}
|