applications added

This commit is contained in:
2024-04-09 07:34:06 +02:00
parent 868a8f4435
commit bd8ccc8dc9
9 changed files with 114 additions and 2 deletions

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: paperless
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: paperless
project: default
source:
path: apps/paperless
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true