feat(obsidian-livesync): initial CouchDB LiveSync deployment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: couchdb
|
||||
namespace: obsidian
|
||||
spec:
|
||||
selector:
|
||||
app: couchdb
|
||||
ports:
|
||||
- name: http
|
||||
port: 5984
|
||||
targetPort: 5984
|
||||
Reference in New Issue
Block a user