deploy(ttsreader): restore GX10 live TTS sidecars

This commit is contained in:
Andrew Stoltz
2026-06-19 18:51:12 -05:00
parent 77127d8ae0
commit fcfa58d18e
5 changed files with 249 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"labels": {
"app.kubernetes.io/name": "ttsreader-biblical",
"app.kubernetes.io/part-of": "flowercore"
},
"name": "ttsreader-biblical",
"namespace": "fc-ttsreader"
},
"spec": {
"ports": [
{
"name": "http",
"port": 10402,
"protocol": "TCP",
"targetPort": 10402
}
],
"selector": {
"app.kubernetes.io/name": "ttsreader-biblical"
},
"type": "ClusterIP"
}
}