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,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: couchdb
namespace: obsidian
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
rules:
- host: obsidian.aleshym.co
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: couchdb
port:
name: http
tls:
- hosts:
- obsidian.aleshym.co
secretName: couchdb-tls