Files
launchpad/apps/feedback-hub.yaml
Danijel Simeunovic ef78bfa9c5 argo notifications
2026-03-04 11:13:41 +01:00

42 lines
1.1 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: feedback-hub
namespace: argocd
labels:
app.kubernetes.io/name: feedback-hub
app.kubernetes.io/part-of: apps
app.kubernetes.io/managed-by: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
notifications.argoproj.io/subscribe.trigger.on-sync-running.slack: ""
notifications.argoproj.io/subscribe.trigger.on-sync-succeeded.slack: ""
notifications.argoproj.io/subscribe.trigger.on-sync-failed.slack: ""
notifications.argoproj.io/subscribe.trigger.on-degraded.slack: ""
spec:
project: default
source:
helm:
valueFiles:
- values.yaml
- values-prod.yaml
releaseName: feedback-hub
path: k8s/forte-feedback-hub
repoURL: https://github.com/fortedigital/purrfect-feedback-hub
targetRevision: feature/k8s
destination:
namespace: feedback-hub-dev
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
backoff:
duration: 5s
factor: 2
maxDuration: 3m
limit: 5
syncOptions:
- CreateNamespace=true