From 031a865a638105f0003c520aa73e15cbc50e3a4f Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Wed, 9 Oct 2024 14:19:55 +0800 Subject: [PATCH] fix can't visit through https://cobalt.tianfujixing.com-2 --- 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 010ffdc0..3c1dd725 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/ + value: https://cobalt.tianfujixing.com - name: API_PORT value: '80' - name: API_NAME