Add Memos journaling app at journal.neuralplatform.ai

This commit is contained in:
Will Anderson
2026-04-08 15:46:02 -05:00
parent 54b2abf767
commit 78c1c9750f
4 changed files with 114 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: memos
namespace: argocd
spec:
project: default
source:
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/memos
destination:
server: https://kubernetes.default.svc
namespace: memos
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true