feat(platform): Add connections (signal-cli-rest-api) service

- Deploy signal-cli-rest-api 0.85 for Hermes Signal notifications
- Replace broken astro-orbiter VM (10.1.71.130:8080) with K8s service
- ArgoCD-managed GitOps deployment in connections namespace
- NFS-backed persistent storage for signal-cli state
- Fixes UNREGISTERED_FAILURE affecting midday market cron job
- Epcot-themed service (communication pavilion concept)

Service endpoint: http://connections.connections.svc.cluster.local:8080
This commit is contained in:
Hermes Agent service account
2026-06-12 15:52:49 -05:00
parent 7cbed63c92
commit 3b3461fd3c
5 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: connections
namespace: connections
labels:
app.kubernetes.io/name: connections
app.kubernetes.io/component: messaging-gateway
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
protocol: TCP
name: http
selector:
app.kubernetes.io/name: connections