[installer] Support PVC size config for docker-registry #11984
Labels
installer: needs interface change
Change required to input, output or configuration file(s)
team: delivery
Issue belongs to the self-hosted team
Is your feature request related to a problem? Please describe
Currently, we do not support the configuration of PVC storage size for
docker-registry
component in the helm config. We seem to be setting the default value10Gi
in the generated config. Considering workspace images can be large in size, it might be useful if we can support configuration of this value(docker-registry.persistence.size
) from the installer config.Describe the behaviour you'd like
We should be able to set the size request of the
PVC
if the user has chosenincluster
container registry option.Describe alternatives you've considered
Alternatively we could suggest a periodic cleanup job of old images as suggested by a user on discord.
Additional context
The text was updated successfully, but these errors were encountered: