dragon-bot/argocd-application.yaml
Luke Robles c32ce6163b
All checks were successful
continuous-integration/drone/push Build is passing
Changing /wolfram to /ask
2023-07-08 21:09:23 -07:00

27 lines
522 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dragon-bot
namespace: argocd
spec:
project: default
source:
repoURL: git@git.luker.fr:ldooks/dragon-bot.git
targetRevision: HEAD
path: helm
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
limit: 2
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
syncOptions:
- PruneLast=true