13 lines
178 B
YAML
13 lines
178 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: couchdb
|
|
namespace: obsidian
|
|
spec:
|
|
selector:
|
|
app: couchdb
|
|
ports:
|
|
- name: http
|
|
port: 5984
|
|
targetPort: 5984
|