fix port name

This commit is contained in:
2024-07-22 01:47:10 +10:00
parent ab02330db8
commit 2686a50cc8
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