Upload files to "apps/calibre-web-gitops"
This commit is contained in:
21
apps/calibre-web-gitops/application.yaml
Normal file
21
apps/calibre-web-gitops/application.yaml
Normal 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
|
||||
Reference in New Issue
Block a user