feat: add Trilium Notes deployment

namespace, deployment, PVC (2Gi local-path), service, Traefik ingress
with letsencrypt-prod TLS at trilium.chemavx.xyz, ArgoCD Application.
This commit is contained in:
2026-05-22 09:56:57 +00:00
parent 177d9e0f9a
commit 0d3da9856a
6 changed files with 109 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trilium
namespace: argocd
spec:
project: default
source:
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: HEAD
path: trilium
destination:
server: https://kubernetes.default.svc
namespace: trilium
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true