mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
Initial migration of rabbitmq -> redis for k8s installs
This commit is contained in:
committed by
Ryan Petrello
parent
e94bb44082
commit
45ce6d794e
@@ -38,7 +38,7 @@ dockerhub_base=ansible
|
||||
# kubernetes_ingress_tls_secret=awx-cert
|
||||
|
||||
# Kubernetes and Openshift Install Resource Requests
|
||||
# These are the request and limit values for a pod's container for task/web/rabbitmq/memcached/management.
|
||||
# These are the request and limit values for a pod's container for task/web/redis/memcached/management.
|
||||
# The total amount of requested resources for a pod is the sum of all
|
||||
# resources requested by all containers in the pod
|
||||
# A cpu_request of 1500 is 1.5 cores for the container to start out with.
|
||||
@@ -52,8 +52,8 @@ dockerhub_base=ansible
|
||||
# task_mem_limit=4
|
||||
# web_cpu_limit=1000
|
||||
# web_mem_limit=2
|
||||
# rabbitmq_cpu_limit=1000
|
||||
# rabbitmq_mem_limit=3
|
||||
# redis_cpu_limit=1000
|
||||
# redis_mem_limit=3
|
||||
# memcached_cpu_limit=1000
|
||||
# memcached_mem_limit=2
|
||||
# management_cpu_limit=2000
|
||||
|
||||
Reference in New Issue
Block a user