mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
improvment(sockets): migrate to redis (#3072)
* improvment(sockets): migrate to redis * remove random error code * improve typing * use native api * fix bugbot comments * bugbot comment * fix more bugbot cleanup comments * null cursor * fix * cleanup code * fix bugbot comments
This commit is contained in:
committed by
GitHub
parent
f718079593
commit
b0fbf3648d
@@ -44,6 +44,10 @@ spec:
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
value: {{ include "sim.databaseUrl" . | quote }}
|
||||
{{- if .Values.app.env.REDIS_URL }}
|
||||
- name: REDIS_URL
|
||||
value: {{ .Values.app.env.REDIS_URL | quote }}
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.realtime.env }}
|
||||
- name: {{ $key }}
|
||||
value: {{ $value | quote }}
|
||||
|
||||
Reference in New Issue
Block a user