Fix memcached_hostname bug in k8s installs

Fallout from https://github.com/ansible/awx/pull/5340.
This commit is contained in:
Shane McDonald 2019-12-02 12:36:57 -05:00
parent 1f628778bb
commit 8ab6a79b37
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -27,6 +27,7 @@ task_cpu_request: 1500
rabbitmq_mem_request: 2
rabbitmq_cpu_request: 500
memcached_hostname: localhost
memcached_mem_request: 1
memcached_cpu_request: 500