kyma-project / docker-registry

Apache License 2.0
2 stars 7 forks source link

Allow configuration for internal docker registry volume #46

Open kwiatekus opened 5 months ago

kwiatekus commented 5 months ago

Description

Expose internal docker registry storage size in the serverless CR:

  spec:
    dockerRegistry:
      enableInternal: true
      size: 20Gi

Reasons

At the moment it it a fixed value of 20 Gi and for some users who use serverless extensively it is not enough. Additionally, if we expose it for other usecases as well (https://github.com/kyma-project/kyma/issues/18555) than the need to expand it would become even more urgent.

kwiatekus commented 5 months ago

Depends on kyma-project/docker-registry#19