From dba00c6692a70757aa3acb6ada7ad89462c5458c Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Tue, 1 Oct 2024 16:52:32 +0800 Subject: [PATCH] fix can't visit through https://cobalt.tianfujixing.com --- cobalt-chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt-chart/templates/deployment.yaml b/cobalt-chart/templates/deployment.yaml index 00a77f44..010ffdc0 100644 --- a/cobalt-chart/templates/deployment.yaml +++ b/cobalt-chart/templates/deployment.yaml @@ -41,7 +41,7 @@ spec: protocol: TCP env: - name: API_URL - value: https://cobalt.tianfujixing.com:80 + value: https://cobalt.tianfujixing.com/ - name: API_PORT value: '80' - name: API_NAME