30 lines
555 B
JSON
30 lines
555 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"labels": {
|
|
"app": "gx10-tts"
|
|
},
|
|
"name": "gx10-tts",
|
|
"namespace": "tts"
|
|
},
|
|
"spec": {
|
|
"externalTrafficPolicy": "Cluster",
|
|
"internalTrafficPolicy": "Cluster",
|
|
"ports": [
|
|
{
|
|
"name": "http",
|
|
"nodePort": 30850,
|
|
"port": 8500,
|
|
"protocol": "TCP",
|
|
"targetPort": 8500
|
|
}
|
|
],
|
|
"selector": {
|
|
"app": "gx10-tts"
|
|
},
|
|
"sessionAffinity": "None",
|
|
"type": "NodePort"
|
|
}
|
|
}
|