diff --git a/infrastructures/couchdb/env/k3s-cluster/deployment.yaml b/infrastructures/couchdb/env/k3s-cluster/deployment.yaml index af42696..8fc5e57 100644 --- a/infrastructures/couchdb/env/k3s-cluster/deployment.yaml +++ b/infrastructures/couchdb/env/k3s-cluster/deployment.yaml @@ -38,7 +38,7 @@ spec: ports: - protocol: TCP containerPort: 7777 - name: couchdb_port + name: couchdb-port volumeMounts: - name: couchdb-data mountPath: /bitnami/couchdb diff --git a/infrastructures/couchdb/env/k3s-cluster/service.yaml b/infrastructures/couchdb/env/k3s-cluster/service.yaml index b91df62..f89a315 100644 --- a/infrastructures/couchdb/env/k3s-cluster/service.yaml +++ b/infrastructures/couchdb/env/k3s-cluster/service.yaml @@ -14,4 +14,4 @@ spec: - protocol: TCP port: 7777 targetPort: 7777 - name: couchdb_port + name: couchdb-port