-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
2.13.0 GA
Setting custom storage resources for system databases, except for Redis is possible as described in our GH repository. However our official documentation doesn't have this information.
For System Shared (RWX) Storage PVC:
apiVersion: apps.3scale.net/v1alpha1 kind: APIManager metadata: name: apimanager1 spec: wildcardDomain: example.com system: fileStorage: persistentVolumeClaim: resources: requests: 2Gi
For MySQL (RWO) PVC:
apiVersion: apps.3scale.net/v1alpha1 kind: APIManager metadata: name: apimanager1 spec: wildcardDomain: example.com system: database: mysql: persistentVolumeClaim: resources: requests: 2Gi
PostgreSQL (RWO) PVC
apiVersion: apps.3scale.net/v1alpha1 kind: APIManager metadata: name: apimanager1 spec: wildcardDomain: example.com system: database: postgresql: persistentVolumeClaim: resources: requests: 2Gi
IMPORTANT NOTE: Storage resource requirements are usually install only attributes. Only when the underlying PersistentVolume's storageclass allows resizing, storage resource requirements can be modified after installation. Check Expanding persistent volumes official doc for more information.
- is related to
-
THREESCALE-9002 Make resource request configurable for backend and system redis PVCs
- Closed
-
THREESCALE-3652 Parameterize resource request of PVC for storage
- Defined
- links to