mirror of
https://github.com/goharbor/harbor
synced 2025-05-16 02:15:24 +00:00
Fix typo in harbor.yml
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
2a463016a9
commit
b5f2f71394
@ -4,12 +4,12 @@
|
|||||||
#DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
|
#DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
|
||||||
hostname: reg.mydomain.com
|
hostname: reg.mydomain.com
|
||||||
|
|
||||||
# http related comfig
|
# http related config
|
||||||
http:
|
http:
|
||||||
# port for http, default is 80. If https enabled, this port will redirect to https port
|
# port for http, default is 80. If https enabled, this port will redirect to https port
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
# https related comfig
|
# https related config
|
||||||
https:
|
https:
|
||||||
# https port for harbor, default is 443
|
# https port for harbor, default is 443
|
||||||
port: 443
|
port: 443
|
||||||
@ -17,8 +17,8 @@ https:
|
|||||||
certificate: /data/cert/server.crt
|
certificate: /data/cert/server.crt
|
||||||
private_key: /data/cert/server.key
|
private_key: /data/cert/server.key
|
||||||
|
|
||||||
# Uncomment extearnal_url if you want to enable external proxy
|
# Uncomment external_url if you want to enable external proxy
|
||||||
# And when it enabled the hostname will no longger used
|
# And when it enabled the hostname will no longer used
|
||||||
# external_url: https://reg.mydomain.com:8433
|
# external_url: https://reg.mydomain.com:8433
|
||||||
|
|
||||||
# The initial password of Harbor admin
|
# The initial password of Harbor admin
|
||||||
@ -78,7 +78,7 @@ log:
|
|||||||
_version: 1.7.0
|
_version: 1.7.0
|
||||||
|
|
||||||
# Uncomment external_database if using external database. And the password will replace the the password setting in database.
|
# Uncomment external_database if using external database. And the password will replace the the password setting in database.
|
||||||
# And currently ontly support postgres.
|
# And currently only support postgres.
|
||||||
# external_database:
|
# external_database:
|
||||||
# host: postgresql
|
# host: postgresql
|
||||||
# port: 5432
|
# port: 5432
|
||||||
@ -86,7 +86,7 @@ _version: 1.7.0
|
|||||||
# password: root123
|
# password: root123
|
||||||
# ssl_mode: disable
|
# ssl_mode: disable
|
||||||
|
|
||||||
# Umcomments external_redis if using external Redis server
|
# Uncomment external_redis if using external Redis server
|
||||||
# external_redis:
|
# external_redis:
|
||||||
# host: redis
|
# host: redis
|
||||||
# port: 6379
|
# port: 6379
|
||||||
|
Loading…
x
Reference in New Issue
Block a user