mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-23 07:11:36 +01:00
Add redis port to 2.1.0 jinja template
Signed-off-by: Alexis <60alexis@gmail.com>
This commit is contained in:
parent
7742aec4af
commit
e33f7aa9dd
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user