Skip to content

Commit eae893c

Browse files
achristie-ima.b.christie
andauthored
fix: Fix rabbitmq location (#1)
Co-authored-by: a.b.christie <[email protected]>
1 parent d8afba8 commit eae893c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parameters-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ess_cert_issuer:
99
r_user: "{{ lookup('env', 'IM_DEV_ESS_STREAM_USER') | default('eventstream', True) }}"
1010
r_password: "{{ lookup('env', 'IM_DEV_ESS_STREAM_PASSWORD') }}"
1111

12-
ess_ampq_url: amqp://{{ r_user }}:{{ r_password }}@rabbitmq.im-infra.svc.cluster.local:5672/as?heartbeat=90
12+
ess_ampq_url: amqp://{{ r_user }}:{{ r_password }}@rabbit.im-infra.svc.cluster.local:5672/as?heartbeat=90
1313

1414
ess_pull_policy_always: yes
1515
ess_priority_class: im-application-high

0 commit comments

Comments
 (0)