June 9, 2022

harbor registry use minio storage

vim harbor.yml

storage_service:
#   # ca_bundle is the path to the custom root ca certificate, which will be injected into the truststore
#   # of registry's and chart repository's containers.  This is usually needed when the user hosts a internal storage with self signed certificate.
#   ca_bundle:
  s3:
    region: tw-west-1
    bucket: harbor
    accesskey: minio
    secretkey: minio123
    regionendpoint: http://192.168.1.100:9000
    secure: false
    multipartcopythresholdsize: "5368709120"
    v4auth: true

./prepare

./install

PS.
harbor integrate slack
harbor integrate s3
harbor integrate minio
harbor integrate smtp
harbor integrate proxy (docker hub、gcr、Azure Container Registry、other private registry)