22 lines
331 B
JSON
22 lines
331 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"name": "la-huasca-ts",
|
|
"namespace": "la-huasca"
|
|
},
|
|
"spec": {
|
|
"ports": [
|
|
{
|
|
"port": 80,
|
|
"targetPort": "http",
|
|
"protocol": "TCP",
|
|
"name": "http"
|
|
}
|
|
],
|
|
"selector": {
|
|
"app": "la-huasca-ts"
|
|
}
|
|
}
|
|
}
|