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 1eae840 commit fc88fa0Copy full SHA for fc88fa0
roles/infrastructure/vars/main.yaml
@@ -74,15 +74,15 @@ kc_image_registry: docker.io
74
kc_db_password: "{{ lookup('password', '/dev/null length=10 chars=ascii_letters') }}"
75
76
# CPU and Memory requests and limits
77
-kc_cpu_request: 250m
+kc_cpu_request: 100m
78
kc_cpu_limit: 2
79
-kc_mem_request: 1Gi
+kc_mem_request: 500Mi
80
kc_mem_limit: 1Gi
81
82
# RabbitMQ --------------------------------------------------------------------
83
84
85
-rabbitmq_cpu_request: 4
+rabbitmq_cpu_request: 200m
86
rabbitmq_cpu_limit: 4
87
-rabbitmq_mem_request: 500Mi
+rabbitmq_mem_request: 300Mi
88
rabbitmq_mem_limit: 0
0 commit comments