mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
remove reference to memcached in k8s inv
we don't have memcached container anymore
This commit is contained in:
@@ -38,7 +38,7 @@ dockerhub_base=ansible
|
|||||||
# kubernetes_ingress_tls_secret=awx-cert
|
# kubernetes_ingress_tls_secret=awx-cert
|
||||||
|
|
||||||
# Kubernetes and Openshift Install Resource Requests
|
# Kubernetes and Openshift Install Resource Requests
|
||||||
# These are the request and limit values for a pod's container for task/web/redis/memcached/management.
|
# These are the request and limit values for a pod's container for task/web/redis/management.
|
||||||
# The total amount of requested resources for a pod is the sum of all
|
# The total amount of requested resources for a pod is the sum of all
|
||||||
# resources requested by all containers in the pod
|
# resources requested by all containers in the pod
|
||||||
# A cpu_request of 1500 is 1.5 cores for the container to start out with.
|
# A cpu_request of 1500 is 1.5 cores for the container to start out with.
|
||||||
@@ -54,8 +54,6 @@ dockerhub_base=ansible
|
|||||||
# web_mem_limit=2
|
# web_mem_limit=2
|
||||||
# redis_cpu_limit=1000
|
# redis_cpu_limit=1000
|
||||||
# redis_mem_limit=3
|
# redis_mem_limit=3
|
||||||
# memcached_cpu_limit=1000
|
|
||||||
# memcached_mem_limit=2
|
|
||||||
# management_cpu_limit=2000
|
# management_cpu_limit=2000
|
||||||
# management_mem_limit=2
|
# management_mem_limit=2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user