Files
k8s-manifests/trilium/pvc.yaml
T
chemavx 0d3da9856a feat: add Trilium Notes deployment
namespace, deployment, PVC (2Gi local-path), service, Traefik ingress
with letsencrypt-prod TLS at trilium.chemavx.xyz, ArgoCD Application.
2026-05-22 09:56:57 +00:00

13 lines
212 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: trilium-pvc
namespace: trilium
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
storageClassName: local-path