From 2686a50cc8a64e1d1bf8f48e004b199d4c725827 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 22 Jul 2024 01:47:10 +1000 Subject: [PATCH] fix port name --- infrastructures/couchdb/env/k3s-cluster/deployment.yaml | 2 +- infrastructures/couchdb/env/k3s-cluster/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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