apps: Track telegram-autoregexbot project

This commit is contained in:
2025-12-25 13:19:18 +05:30
parent e174a79e93
commit f84a41d3e1
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ resources:
- scriptscribe.yaml
- sealed-secrets.yaml
- cert-manager.yaml
- telegram-autoregexbot.yaml
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: telegram-autoregexbot
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.whyredfire.tech/whyredfire/telegram-autoregexbot
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: telegram
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true