We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8afba8 commit eae893cCopy full SHA for eae893c
parameters-local.yaml
@@ -9,7 +9,7 @@ ess_cert_issuer:
9
r_user: "{{ lookup('env', 'IM_DEV_ESS_STREAM_USER') | default('eventstream', True) }}"
10
r_password: "{{ lookup('env', 'IM_DEV_ESS_STREAM_PASSWORD') }}"
11
12
-ess_ampq_url: amqp://{{ r_user }}:{{ r_password }}@rabbitmq.im-infra.svc.cluster.local:5672/as?heartbeat=90
+ess_ampq_url: amqp://{{ r_user }}:{{ r_password }}@rabbit.im-infra.svc.cluster.local:5672/as?heartbeat=90
13
14
ess_pull_policy_always: yes
15
ess_priority_class: im-application-high
0 commit comments