Files
Kubernetes-Manifests/infra/argocd/applications/bentopdf-application.yaml

22 lines
477 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: bentopdf
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
path: applications/bentopdf
targetRevision: main
destination:
server: https://kubernetes.default.svc
namespace: bentopdf
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- PruneLast=true
- CreateNamespace=true