deploy(ttsreader): restore alignment sidecar

This commit is contained in:
Andrew Stoltz
2026-06-19 19:09:32 -05:00
parent fcfa58d18e
commit c8c2cb81cf
2 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"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"
}
}