diff --git a/addons/registry/2.8.3/tmpl-deployment-objectstore.yaml b/addons/registry/2.8.3/tmpl-deployment-objectstore.yaml index aa495cb079..8a36a22521 100644 --- a/addons/registry/2.8.3/tmpl-deployment-objectstore.yaml +++ b/addons/registry/2.8.3/tmpl-deployment-objectstore.yaml @@ -122,6 +122,9 @@ spec: path: / port: 443 scheme: HTTPS + resources: + requests: + ephemeral-storage: 10Mi volumes: - name: registry-config configMap: diff --git a/addons/registry/template/base/tmpl-deployment-objectstore.yaml b/addons/registry/template/base/tmpl-deployment-objectstore.yaml index 700b42704a..f8e858d721 100644 --- a/addons/registry/template/base/tmpl-deployment-objectstore.yaml +++ b/addons/registry/template/base/tmpl-deployment-objectstore.yaml @@ -122,6 +122,9 @@ spec: path: / port: 443 scheme: HTTPS + resources: + requests: + ephemeral-storage: 10Mi volumes: - name: registry-config configMap: