Skip to content

Commit fc88fa0

Browse files
author
a.b.christie
committed
ci: Adjust keycloak/rabbitmq requests/limits
1 parent 1eae840 commit fc88fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roles/infrastructure/vars/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ kc_image_registry: docker.io
7474
kc_db_password: "{{ lookup('password', '/dev/null length=10 chars=ascii_letters') }}"
7575

7676
# CPU and Memory requests and limits
77-
kc_cpu_request: 250m
77+
kc_cpu_request: 100m
7878
kc_cpu_limit: 2
79-
kc_mem_request: 1Gi
79+
kc_mem_request: 500Mi
8080
kc_mem_limit: 1Gi
8181

8282
# RabbitMQ --------------------------------------------------------------------
8383

8484
# CPU and Memory requests and limits
85-
rabbitmq_cpu_request: 4
85+
rabbitmq_cpu_request: 200m
8686
rabbitmq_cpu_limit: 4
87-
rabbitmq_mem_request: 500Mi
87+
rabbitmq_mem_request: 300Mi
8888
rabbitmq_mem_limit: 0

0 commit comments

Comments
 (0)