mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Initial migration of rabbitmq -> redis for k8s installs
This commit is contained in:
committed by
Ryan Petrello
parent
e94bb44082
commit
45ce6d794e
@@ -12,6 +12,7 @@ spec:
|
||||
containers:
|
||||
- name: ansible-tower-management
|
||||
image: "{{ kubernetes_task_image }}:{{ kubernetes_task_version }}"
|
||||
imagePullPolicy: Always
|
||||
command: ["sleep", "infinity"]
|
||||
volumeMounts:
|
||||
- name: {{ kubernetes_deployment_name }}-application-config
|
||||
|
||||
Reference in New Issue
Block a user