Skip to content

Commit 4b0ef9b

Browse files
committed
remove MG_BOOTSTRAP_ES_URL and MG_SDK_BASE_URL
Signed-off-by: JeffMboya <[email protected]>
1 parent 17bbe35 commit 4b0ef9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

charts/magistrala/templates/bootstrap-deployment.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ spec:
5050
value: http://{{ .Release.Name }}-things:{{ .Values.things.httpPort }}
5151
- name: MG_THINGS_ES_URL
5252
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 }}
5753
- name: MG_AUTH_GRPC_URL
5854
value: {{ .Release.Name }}-envoy:{{ .Values.auth.grpcPort }}
5955
- name: MG_BOOTSTRAP_ENCRYPT_KEY

0 commit comments

Comments
 (0)