30 lines
634 B
YAML
30 lines
634 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: poimen-workflows
|
||
|
|
namespace: argocd
|
||
|
|
labels:
|
||
|
|
app.kubernetes.io/name: poimen-workflows
|
||
|
|
app.kubernetes.io/component: orchestrator
|
||
|
|
spec:
|
||
|
|
project: poimen
|
||
|
|
source:
|
||
|
|
repoURL: https://forgejo.riotpiao.com/rock/poimen-workflows.git
|
||
|
|
targetRevision: main
|
||
|
|
path: k8s
|
||
|
|
plugin:
|
||
|
|
name: kustomize
|
||
|
|
destination:
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
namespace: poimen
|
||
|
|
syncPolicy:
|
||
|
|
automated:
|
||
|
|
prune: true
|
||
|
|
selfHeal: true
|
||
|
|
retry:
|
||
|
|
limit: 5
|
||
|
|
backoff:
|
||
|
|
duration: 5s
|
||
|
|
factor: 2
|
||
|
|
maxDuration: 3m
|