diff --git a/infrastructures/couchdb/env/k3s-cluster/service.yaml b/infrastructures/couchdb/env/k3s-cluster/service.yaml index ef06f72..b91df62 100644 --- a/infrastructures/couchdb/env/k3s-cluster/service.yaml +++ b/infrastructures/couchdb/env/k3s-cluster/service.yaml @@ -13,5 +13,5 @@ spec: ports: - protocol: TCP port: 7777 - targetPort: couchdb_port + targetPort: 7777 name: couchdb_port