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
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: couchdb
namespace: obsidian
spec:
selector:
app: couchdb
ports:
- name: http
port: 5984
targetPort: 5984