File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ spec:
107107 value : {{ .Values.app.broker.host | quote }}
108108 - name : PROXYAPP_BROKER__PORT
109109 value : {{ .Values.app.broker.port | quote }}
110+ - name : PROXYAPP_BROKER__PROTOCOL
111+ value : {{ .Values.app.broker.protocol | quote }}
110112 - name : PROXYAPP_OTHER_PROXY__URL
111113 value : {{ .Values.app.other_proxy.url | quote }}
112114 - name : PROXYAPP_OTHER_PROXY__USERNAME
Original file line number Diff line number Diff line change 136136 broker :
137137 host : " 127.0.0.1"
138138 port : " 5672"
139+ protocol : " amqp" # or "mqtt"
139140 username : " "
140141 password :
141142 isSecret : false
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ spec:
112112 value : {{ .Values.app.broker.port | quote }}
113113 - name : PROXYAPP_APP_PORT
114114 value : {{ .Values.containerPort | quote }}
115+ - name : PROXYAPP_BROKER__PROTOCOL
116+ value : {{ .Values.app.broker.protocol | quote }}
115117 - name : PROXYAPP_TOPIC_PREFIX
116118 value : {{ required "app.topic_prefix not set (i.e. 'organization.facility.system.')" .Values.app.topic_prefix | quote }}
117119 - name : PROXYAPP_USERNAME
Original file line number Diff line number Diff line change 166166 broker :
167167 host : " 127.0.0.1"
168168 port : " 5672"
169+ protocol : " amqp" # or "mqtt"
169170 username : " "
170171 password :
171172 isSecret : false
You can’t perform that action at this time.
0 commit comments