Files
gitops/applications/services/app-autoregexbot.yaml
T

21 lines
447 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: telegram-autoregexbot
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/santarl/telegram-autoregexbot
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: telegram-bot
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true