-
Bug
-
Resolution: Done
-
Major
-
quay-v3.6.2
-
False
-
False
-
Description:
This is a Doc issue for Quay 3.6.2, in this new quay new release, there's a new feature called "Volume Size Overrides", this new feature will help customers to specify the PVC Volume size for managed Clair and Quay Postgresql DB, and should let Quay Customers know that the default size is 50GB, if they want to use larger PVC size, they can follow the quay docs.
Quay New feature:
https://issues.redhat.com/browse/PROJQUAY-1090
Example:
apiVersion: quay.redhat.com/v1 kind: QuayRegistry metadata: name: quay362 spec: configBundleSecret: config-bundle-secret components: - kind: objectstorage managed: false - kind: route managed: true - kind: tls managed: false - kind: clair managed: true overrides: volumeSize: 70Gi - kind: postgres managed: true overrides: volumeSize: 70Gi
- is related to
-
PROJQUAY-2913 Release v3.6.2 Docs
- Closed