Add port to 2.0.0 jinja file

Signed-off-by: Alexis <60alexis@gmail.com>
This commit is contained in:
Alexis 2021-04-06 13:57:17 +02:00 committed by Ziming
parent d28845af51
commit 7742aec4af
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,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:
@ -395,4 +395,4 @@ proxy:
- jobservice
- clair
- trivy
{% endif %}
{% endif %}