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 1f52e7c commit c36db8aCopy full SHA for c36db8a
services/rabbit/docker-compose.yml.j2
@@ -10,6 +10,16 @@ services:
10
# otherwise we see overlay rabbit network lb ip
11
# (rabbitmq management dashboard connection section)
12
endpoint_mode: dnsrr
13
+ resources:
14
+ limits:
15
+ # https://help.hcl-software.com/digital-experience/dx-95-doc-archive/CF203/platform/kubernetes/haproxy-migration/haproxy-configuration.html
16
+ cpus: "1"
17
+ memory: "2G"
18
+ # according to local observations and link below
19
+ # https://github.com/haproxytech/helm-charts/blob/haproxy-1.24.0/haproxy/values.yaml#L403
20
+ reservations:
21
+ cpus: "0.1"
22
+ memory: "128M"
23
# healthcheck: https://github.com/haproxy/haproxy/issues/3091
24
networks:
25
- rabbit
0 commit comments