From ab02330db8ea3e4469a17572a886cb9ae1457f4c Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 22 Jul 2024 01:29:31 +1000 Subject: [PATCH] add infra app couchdb --- infrastructures/couchdb/env/k3s-cluster/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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