We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bbe35 commit 4b0ef9bCopy full SHA for 4b0ef9b
charts/magistrala/templates/bootstrap-deployment.yaml
@@ -50,10 +50,6 @@ spec:
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 }}
57
- name: MG_AUTH_GRPC_URL
58
value: {{ .Release.Name }}-envoy:{{ .Values.auth.grpcPort }}
59
- name: MG_BOOTSTRAP_ENCRYPT_KEY
0 commit comments