From 0141a429115c2f121a990d32a015300f08f76db2 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 4 Apr 2025 15:48:31 +0200 Subject: [PATCH] feat(assist-server): fixed the helm chart --- ee/assist-server/server.js | 1 - .../openreplay/charts/assist-server/templates/deployment.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ee/assist-server/server.js b/ee/assist-server/server.js index 76d635e0f..bf05b959f 100644 --- a/ee/assist-server/server.js +++ b/ee/assist-server/server.js @@ -50,7 +50,6 @@ io.attachApp(app); io.engine.on("headers", (headers) => { headers["x-host-id"] = process.env.HOSTNAME || "unknown"; }); - setSocketIOServer(io); const HOST = process.env.LISTEN_HOST || '0.0.0.0'; diff --git a/scripts/helmcharts/openreplay/charts/assist-server/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/assist-server/templates/deployment.yaml index 2c65cc188..102a6a8d8 100644 --- a/scripts/helmcharts/openreplay/charts/assist-server/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/assist-server/templates/deployment.yaml @@ -44,9 +44,9 @@ spec: {{- end}} env: - name: ASSIST_JWT_SECRET - value: {{ .Values.global.assist-serverJWTSecret }} + value: {{ .Values.global.assistJWTSecret }} - name: ASSIST_KEY - value: {{ .Values.global.assist-serverKey }} + value: {{ .Values.global.assistKey }} - name: AWS_DEFAULT_REGION value: "{{ .Values.global.s3.region }}" - name: S3_HOST