mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
Merge pull request #6542 from chrismeyersfsu/fix-align_redis
Fix align redis Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
48414f6dab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user