feat(assist-server): fixed the helm chart

This commit is contained in:
Alexander 2025-04-04 15:48:31 +02:00
parent b55e44d450
commit 0141a42911
2 changed files with 2 additions and 3 deletions

View file

@ -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';

View file

@ -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