Skip to content

Commit

Permalink
fix http2broker chart
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 14, 2024
1 parent 4d601f8 commit 4f7cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/broker-2-http/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
value: {{ .Values.app.broker.host | quote }}
- name: PROXYAPP_BROKER__PORT
value: {{ .Values.app.broker.port | quote }}
- name: PROXYAPP_PORT
- name: PROXYAPP_APP_PORT
value: {{ .Values.containerPort | quote }}
- name: PROXYAPP_TOPIC_PREFIX
value: {{ required "app.topic_prefix not set (i.e. 'organization.facility.system')" .Values.app.topic_prefix | quote }}
Expand Down

0 comments on commit 4f7cb13

Please sign in to comment.