27 lines
506 B
JSON
27 lines
506 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "Service",
|
|
"metadata": {
|
|
"labels": {
|
|
"app.kubernetes.io/name": "ttsreader-align",
|
|
"app.kubernetes.io/part-of": "flowercore"
|
|
},
|
|
"name": "ttsreader-align",
|
|
"namespace": "fc-ttsreader"
|
|
},
|
|
"spec": {
|
|
"ports": [
|
|
{
|
|
"name": "http",
|
|
"port": 9200,
|
|
"protocol": "TCP",
|
|
"targetPort": 9200
|
|
}
|
|
],
|
|
"selector": {
|
|
"app.kubernetes.io/name": "ttsreader-align"
|
|
},
|
|
"type": "ClusterIP"
|
|
}
|
|
}
|