feat(assist-server): fixed the helm chart
This commit is contained in:
parent
b55e44d450
commit
0141a42911
2 changed files with 2 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue