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:
8
cluster/platform/connections/namespace.yaml
Normal file
8
cluster/platform/connections/namespace.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: connections
|
||||
labels:
|
||||
app.kubernetes.io/name: connections
|
||||
app.kubernetes.io/component: messaging-gateway
|
||||
theme: epcot
|
||||
Reference in New Issue
Block a user