mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
start redis container with conf file
This commit is contained in:
@@ -204,7 +204,7 @@ spec:
|
||||
- name: {{ kubernetes_deployment_name }}-redis
|
||||
image: {{ kubernetes_redis_image }}:{{ kubernetes_redis_image_tag }}
|
||||
imagePullPolicy: Always
|
||||
args: ["/usr/local/etc/redis/redis.conf"]
|
||||
args: ["{{ kubernetes_redis_config_mount_path }}"]
|
||||
ports:
|
||||
- name: redis
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user