add infra app couchdb

This commit is contained in:
2024-07-22 01:15:01 +10:00
parent 5636b56666
commit 37aa6e468c
6 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: couchdb
namespace: couchdb
labels:
app.kubernetes.io/name: couchdb
spec:
selector:
app.kubernetes.io/name: couchdb
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 7777
targetPort: couchdb_port
name: couchdb_port