apiVersion: v1 kind: ConfigMap metadata: name: couchdb-config namespace: obsidian data: livesync.ini: | [couchdb] single_node = true [chttpd] bind_address = any port = 5984 require_valid_user = true [httpd] enable_cors = true [cors] origins = app://obsidian.md,capacitor://localhost,http://localhost credentials = true headers = accept, authorization, content-type, origin, referer methods = GET, PUT, POST, HEAD, DELETE