mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: docker registry
This commit is contained in:
@@ -19,10 +19,13 @@ spec:
|
|||||||
values:
|
values:
|
||||||
storage: s3
|
storage: s3
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
deleteEnabled: true
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
region: "us-east-1"
|
region: "us-east-1"
|
||||||
regionEndpoint: ${SECRET_MINIO_ENDPOINT}
|
regionEndpoint: ${SECRET_MINIO_ENDPOINT}
|
||||||
bucket: docker-registry
|
bucket: docker-registry-v2
|
||||||
encrypt: false
|
encrypt: false
|
||||||
secure: true
|
secure: true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user