mirror of
https://github.com/goharbor/harbor
synced 2025-04-17 16:26:45 +00:00
Add port to 2.0.0 jinja file
Signed-off-by: Alexis <60alexis@gmail.com>
This commit is contained in:
parent
d28845af51
commit
7742aec4af
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user