Add redis port to 2.1.0 jinja template

Signed-off-by: Alexis <60alexis@gmail.com>
This commit is contained in:
Alexis 2021-04-06 13:58:25 +02:00 committed by Ziming
parent 7742aec4af
commit e33f7aa9dd

View File

@ -373,7 +373,7 @@ external_redis:
# host for redis: <host_redis>:<port_redis>
# host for redis+sentinel:
# <host_sentinel1>:<port_sentinel1>,<host_sentinel2>:<port_sentinel2>,<host_sentinel3>:<port_sentinel3>
host: {{ external_redis.host }}
host: {{ external_redis.host }}:{{ external_redis.port }}
password: {{ external_redis.password }}
# sentinel_master_set must be set to support redis+sentinel
#sentinel_master_set:
@ -444,4 +444,4 @@ proxy:
- jobservice
- clair
- trivy
{% endif %}
{% endif %}