change application name and deployment location

This commit is contained in:
2026-06-12 16:42:33 -05:00
parent b5dc130207
commit 0fb593a313
5 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,35 @@
# ------------------------------------------------------------------------------
# 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: signal-cli
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/applications/signal-cli
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