mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-22 07:31:28 +01:00
fix invalid links in harbor.yml.tmpl (#19786)
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
This commit is contained in:
parent
aefe1bce9d
commit
4378c15b1c
@ -62,7 +62,8 @@ data_volume: /data
|
|||||||
# ca_bundle:
|
# ca_bundle:
|
||||||
|
|
||||||
# # storage backend, default is filesystem, options include filesystem, azure, gcs, s3, swift and oss
|
# # storage backend, default is filesystem, options include filesystem, azure, gcs, s3, swift and oss
|
||||||
# # for more info about this configuration please refer https://docs.docker.com/registry/configuration/
|
# # for more info about this configuration please refer https://distribution.github.io/distribution/about/configuration/
|
||||||
|
# # and https://distribution.github.io/distribution/storage-drivers/
|
||||||
# filesystem:
|
# filesystem:
|
||||||
# maxthreads: 100
|
# maxthreads: 100
|
||||||
# # set disable to true when you want to disable registry redirect
|
# # set disable to true when you want to disable registry redirect
|
||||||
@ -167,17 +168,6 @@ _version: 2.10.0
|
|||||||
# max_idle_conns: 2
|
# max_idle_conns: 2
|
||||||
# max_open_conns: 0
|
# max_open_conns: 0
|
||||||
|
|
||||||
# Uncomment redis if need to customize redis db
|
|
||||||
# redis:
|
|
||||||
# # db_index 0 is for core, it's unchangeable
|
|
||||||
# # registry_db_index: 1
|
|
||||||
# # jobservice_db_index: 2
|
|
||||||
# # trivy_db_index: 5
|
|
||||||
# # it's optional, the db for harbor business misc, by default is 0, uncomment it if you want to change it.
|
|
||||||
# # harbor_db_index: 6
|
|
||||||
# # it's optional, the db for harbor cache layer, by default is 0, uncomment it if you want to change it.
|
|
||||||
# # cache_db_index: 7
|
|
||||||
|
|
||||||
# Uncomment redis if need to customize redis db
|
# Uncomment redis if need to customize redis db
|
||||||
# redis:
|
# redis:
|
||||||
# # db_index 0 is for core, it's unchangeable
|
# # db_index 0 is for core, it's unchangeable
|
||||||
@ -303,4 +293,4 @@ cache:
|
|||||||
# # By redis will bring up some delay for quota usage updation for display, so only
|
# # By redis will bring up some delay for quota usage updation for display, so only
|
||||||
# # suggest switch provider to redis if you were ran into the db connections spike aroud
|
# # suggest switch provider to redis if you were ran into the db connections spike aroud
|
||||||
# # the scenario of high concurrent pushing to same project, no improvment for other scenes.
|
# # the scenario of high concurrent pushing to same project, no improvment for other scenes.
|
||||||
# quota_update_provider: redis # Or db
|
# quota_update_provider: redis # Or db
|
||||||
|
Loading…
Reference in New Issue
Block a user