first commit

This commit is contained in:
Corrado Mulas
2026-06-19 18:02:07 +02:00
commit bcc4bc68bd
17 changed files with 1110 additions and 0 deletions

18
argocd/application.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: groupfactory-client-bot
namespace: argocd
spec:
project: default
source:
repoURL: https://git.devops.lnxc.it/dev/IMS/telegram-groupfactory-bot.git
targetRevision: master
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: groupfactory
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true