Merge pull request #605 from 3dwardch3ng/infra/couchdb

fix port name
This commit is contained in:
2024-07-22 01:47:50 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ spec:
ports:
- protocol: TCP
containerPort: 7777
name: couchdb_port
name: couchdb-port
volumeMounts:
- name: couchdb-data
mountPath: /bitnami/couchdb

View File

@@ -14,4 +14,4 @@ spec:
- protocol: TCP
port: 7777
targetPort: 7777
name: couchdb_port
name: couchdb-port