feedback app

This commit is contained in:
Danijel Simeunovic
2026-02-09 15:58:24 +01:00
parent 089f1cae17
commit 66bb754979
3 changed files with 52 additions and 1 deletions

28
apps/feedback-hub.yaml Normal file
View File

@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: feedback-hub
namespace: argocd
spec:
project: default
source:
helm:
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