Fix: harbor external issue

Remove external redis port in template

fixes #15066

Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
DQ 2021-06-08 16:50:21 +08:00
parent e579545f89
commit 3d282d6ff1
3 changed files with 3 additions and 3 deletions

View File

@ -395,4 +395,4 @@ proxy:
- jobservice
- clair
- trivy
{% endif %}
{% endif %}

View File

@ -444,4 +444,4 @@ proxy:
- jobservice
- clair
- trivy
{% endif %}
{% endif %}

View File

@ -350,7 +350,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 }}:{{ external_redis.port }}
host: {{ external_redis.host }}
password: {{ external_redis.password }}
# sentinel_master_set must be set to support redis+sentinel
#sentinel_master_set: