@@ -42,12 +42,18 @@ spec:
42
42
value : {{ .Values.defaults.eventStreamURL | quote }}
43
43
- name : MG_BOOTSTRAP_LOG_LEVEL
44
44
value : {{ default .Values.defaults.logLevel .Values.bootstrap.logLevel | quote }}
45
- - name : MG_BOOTSTRAP_HOST
45
+ - name : MG_BOOTSTRAP_HTTP_HOST
46
46
value : " 0.0.0.0"
47
- - name : MG_BOOTSTRAP_PORT
47
+ - name : MG_BOOTSTRAP_HTTP_PORT
48
48
value : {{ .Values.bootstrap.httpPort | quote }}
49
49
- name : MG_THINGS_URL
50
50
value : http://{{ .Release.Name }}-things:{{ .Values.things.httpPort }}
51
+ - name : MG_THINGS_ES_URL
52
+ value : {{ .Release.Name }}-redis-streams-master:{{ .Values.things.redisESPort }}
53
+ - name : MG_BOOTSTRAP_ES_URL
54
+ value : {{ .Release.Name }}-redis-streams-master:{{ .Values.bootstrap.redisESPort }}
55
+ - name : MG_SDK_BASE_URL
56
+ value : http://{{ .Release.Name }}-things:{{ .Values.things.httpPort }}
51
57
- name : MG_AUTH_GRPC_URL
52
58
value : {{ .Release.Name }}-envoy:{{ .Values.auth.grpcPort }}
53
59
- name : MG_BOOTSTRAP_ENCRYPT_KEY
66
72
value : {{ .Values.postgresqlbootstrap.username | quote }}
67
73
- name : MG_BOOTSTRAP_DB_PASS
68
74
value : {{ .Values.postgresqlbootstrap.password | quote }}
69
- - name : MG_BOOTSTRAP_NAME
75
+ - name : MG_BOOTSTRAP_DB_NAME
70
76
value : {{ .Values.postgresqlbootstrap.database | quote }}
71
77
72
78
ports :
0 commit comments