33 lines
745 B
YAML
33 lines
745 B
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
|
|
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
|