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