Migrate harbor to garage s3
This commit is contained in:
@@ -14,3 +14,4 @@ helmCharts:
|
||||
|
||||
resources:
|
||||
- ./application-extras.yml
|
||||
- ssh://git@git.k-space.ee/secretspace/kube/harbor
|
||||
|
||||
@@ -51,17 +51,17 @@ persistence:
|
||||
s3:
|
||||
# Set an existing secret for S3 accesskey and secretkey
|
||||
# keys in the secret should be REGISTRY_STORAGE_S3_ACCESSKEY and REGISTRY_STORAGE_S3_SECRETKEY for registry
|
||||
existingSecret: "harbor-minio-credentials"
|
||||
region: us-east-1
|
||||
bucket: harbor-operator-e60e5943-234a-496d-ae74-933f6a67c530
|
||||
existingSecret: "harbor-garage-credentials"
|
||||
region: garage
|
||||
bucket: harbor
|
||||
#accesskey: awsaccesskey
|
||||
#secretkey: awssecretkey
|
||||
regionendpoint: https://external.minio-clusters.k-space.ee
|
||||
regionendpoint: https://garage.k-space.ee
|
||||
#encrypt: false
|
||||
#keyid: mykeyid
|
||||
#secure: true
|
||||
#skipverify: false
|
||||
#v4auth: true
|
||||
v4auth: false
|
||||
#chunksize: "5242880"
|
||||
#rootdirectory: /s3/object/name/prefix
|
||||
#storageclass: STANDARD
|
||||
|
||||
Reference in New Issue
Block a user