mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
resolve a permissions error related to redis
see: https://github.com/ansible/awx/issues/9401
This commit is contained in:
parent
aa4ca300f5
commit
3358e568b5
@ -362,6 +362,9 @@ spec:
|
||||
|
||||
- name: {{ kubernetes_deployment_name }}-redis-socket
|
||||
mountPath: "/var/run/redis"
|
||||
|
||||
- name: {{ kubernetes_deployment_name }}-redis-data
|
||||
mountPath: "/data"
|
||||
resources:
|
||||
requests:
|
||||
memory: "{{ redis_mem_request }}Gi"
|
||||
@ -472,6 +475,9 @@ spec:
|
||||
- name: {{ kubernetes_deployment_name }}-redis-socket
|
||||
emptyDir: {}
|
||||
|
||||
- name: {{ kubernetes_deployment_name }}-redis-data
|
||||
emptyDir: {}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user