- 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
36 lines
995 B
YAML
36 lines
995 B
YAML
# ------------------------------------------------------------------------------
|
|
# Platform: connections (Signal Gateway)
|
|
# Theme: epcot-connections (EPCOT: Communication & World Showcase)
|
|
# Wave 8 — Signal-cli REST API for Hermes notifications
|
|
# ------------------------------------------------------------------------------
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: connections
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "8"
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
|
targetRevision: main
|
|
path: cluster/platform/connections
|
|
directory:
|
|
exclude: "application.yaml"
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: connections
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|