Upload files to "apps/calibre-web-gitops"

This commit is contained in:
2025-11-26 02:17:48 +00:00
parent 2884eefbb7
commit 561f16d377
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: calibre-web
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.thedevops.dev/vlad/calibre-web-gitops
path: calibre-web
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: calibre-web
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true