mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
17 lines
262 B
JSON
17 lines
262 B
JSON
{
|
|
"kind": "Service",
|
|
"apiVersion": "v1beta3",
|
|
"metadata": {
|
|
"name": "frontend",
|
|
"labels": {"name": "frontend"},
|
|
},
|
|
"spec": {
|
|
"port": 80,
|
|
"containerPort": 80,
|
|
"protocol": "TCP",
|
|
"selector": {
|
|
"name": "frontend"
|
|
}
|
|
}
|
|
}
|