From 7e49df1726f9090ea20b522ecfec5f433b409c11 Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 26 May 2026 05:39:16 +0000 Subject: [PATCH] =?UTF-8?q?=E7=88=B1=E9=A9=AC=E4=BB=95=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=8F=8C=E6=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hermes/deploy.yaml | 2 +- hermes/services.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/hermes/deploy.yaml b/hermes/deploy.yaml index 41a1d80..3c03440 100644 --- a/hermes/deploy.yaml +++ b/hermes/deploy.yaml @@ -65,7 +65,7 @@ spec: - name: API_SERVER_ENABLED value: "true" - name: API_SERVER_HOST - value: "::" + value: "0.0.0.0" - name: API_SERVER_CORS_ORIGINS value: '*' envFrom: diff --git a/hermes/services.yaml b/hermes/services.yaml index 50d8580..7377022 100644 --- a/hermes/services.yaml +++ b/hermes/services.yaml @@ -6,9 +6,6 @@ spec: selector: app: hermes ports: - - port: 8642 - targetPort: gateway - name: gateway - port: 9119 targetPort: dashboard name: dashboard