feat(apps): Add rustbin

This commit is contained in:
2026-09-18 16:17:09 +05:30
parent 028069629f
commit a4c3bd4179
7 changed files with 136 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ resources:
- jellyfin.yaml
- legislative-summarization.yaml
- qbit.yaml
- rustbin.yaml
- scriptscribe.yaml
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: "3"
name: rustbin
namespace: argocd
spec:
destination:
namespace: rustbin
server: https://kubernetes.default.svc
project: default
source:
path: apps/rustbin
repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true