Added Argo Manifests

This commit is contained in:
Corrado Mulas
2026-06-19 11:33:42 +02:00
parent 2773db9e88
commit f62a24ecec
13 changed files with 236 additions and 47 deletions

18
argocd/application.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: groupfactory
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/YOUR_ORG/telegram-groupfactory.git
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: groupfactory
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true