initial demo

This commit is contained in:
Hans Dominik Werner
2026-04-15 21:53:39 +02:00
commit d3991b7a85
12 changed files with 312 additions and 0 deletions

22
apps/demo-app.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: demo-app
namespace: argocd
spec:
project: demo
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/demo-admin/gitops-demo.git
targetRevision: main
path: charts/demo-app
helm:
releaseName: demo-app
destination:
server: https://kubernetes.default.svc
namespace: demo-app
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true