From 5b6b8a7226f4f075181709f2b5c5106f31f31633 Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Tue, 1 Oct 2024 16:39:27 +0800 Subject: [PATCH] fix can't visit through https://cobalt.tianfujixing.com --- cobalt-chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobalt-chart/templates/deployment.yaml b/cobalt-chart/templates/deployment.yaml index 3d30c705..00a77f44 100644 --- a/cobalt-chart/templates/deployment.yaml +++ b/cobalt-chart/templates/deployment.yaml @@ -41,9 +41,9 @@ spec: protocol: TCP env: - name: API_URL - value: https://cobalt.tianfujixing.com/9000 + value: https://cobalt.tianfujixing.com:80 - name: API_PORT - value: '9000' + value: '80' - name: API_NAME value: cobalt resources: