Skip to content

Commit

Permalink
Add Publisher URL var
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <[email protected]>
  • Loading branch information
tylerauerbeck committed Jul 10, 2023
1 parent 5bc1f44 commit e20742d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/loadbalancer-provider-haproxy/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
data:
LOADBALANCERPROVIDERHAPROXY_EVENTS_SUBSCRIBER_PREFIX: "{{ .Values.provider.events.topicPrefix }}"
LOADBALANCERPROVIDERHAPROXY_EVENTS_SUBSCRIBER_URL: "{{ .Values.provider.events.connectionURL }}"
LOADBALANCERPROVIDERHAPROXY_EVENTS_PUBLISHER_URL: "{{ .Values.provider.events.connectionURL }}"
LOADBALANCERPROVIDERHAPROXY_EVENTS_QUEUEGROUP: "{{ .Values.provider.events.queueGroup }}"
LOADBALANCERPROVIDERHAPROXY_API_ENDPOINT: "{{ .Values.provider.api.endpoint }}"
LOADBALANCERPROVIDERHAPROXY_IPBLOCK: "{{ .Values.provider.ipBlock }}"

0 comments on commit e20742d

Please sign in to comment.