- 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
18 lines
339 B
YAML
18 lines
339 B
YAML
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
|