From ed11846ac2c400adb5e9c07914863912c5132de0 Mon Sep 17 00:00:00 2001 From: dyb <570956418@qq.com> Date: Tue, 5 Dec 2023 16:35:42 +0800 Subject: [PATCH] Update deployment-dci.yaml --- deploy/k8s/test/deployment-dci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/k8s/test/deployment-dci.yaml b/deploy/k8s/test/deployment-dci.yaml index b96eabd..5ca4817 100644 --- a/deploy/k8s/test/deployment-dci.yaml +++ b/deploy/k8s/test/deployment-dci.yaml @@ -16,7 +16,7 @@ spec: - name: chain-dci-server image: testhub.szjixun.cn:9043/k8stest/chain-dci-server:latest ports: - - containerPort: 20118 + - containerPort: 20201 volumeMounts: - name: logs mountPath: /app/logs @@ -53,6 +53,6 @@ spec: ports: - name: http protocol: TCP - nodePort: 20118 - targetPort: 20118 - port: 20118 \ No newline at end of file + nodePort: 20201 + targetPort: 20201 + port: 20201 \ No newline at end of file