feat(apps): Track legislative summarization application

This commit is contained in:
2026-05-18 02:41:34 +05:30
parent d7144e1988
commit 4915d4ef03
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -13,5 +13,6 @@ resources:
- services/app-autoregexbot.yaml - services/app-autoregexbot.yaml
- services/app-betterslcm.yaml - services/app-betterslcm.yaml
- services/app-jellyfin.yaml - services/app-jellyfin.yaml
- services/app-legislative-summarization.yaml
- services/app-scriptscribe.yaml - services/app-scriptscribe.yaml
- services/app-qbit.yaml - services/app-qbit.yaml
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: legislative-summarization
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/whyredfire/legislative-summarization
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: legislative-summarization
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true