feat(obsidian-livesync): initial CouchDB LiveSync deployment

This commit is contained in:
funman300
2026-05-18 12:38:32 -07:00
commit 51ccb1f61e
10 changed files with 208 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: couchdb-data
namespace: obsidian
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi