You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cryostat/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ certificate issuance and rotation.
209
209
|`storage.resources.requests.memory`| Memory resource request for the object storage container |`256Mi`|
210
210
|`storage.pvc.enabled`| Specify whether to use persistentVolumeClaim (true) or EmptyDir storage (false). This is recommended to be enabled, but the storage size and selector should be chosen carefully first |`false`|
211
211
|`storage.pvc.annotations`| Annotations to add to the persistentVolumeClaim |`{}`|
212
-
|`storage.pvc.storage`| Storage size to request for the persistentVolumeClaim |`500Mi`|
212
+
|`storage.pvc.storage`| Storage size to request for the persistentVolumeClaim |`32Gi`|
213
213
|`storage.pvc.accessModes`| Access mode for the persistentVolumeClaim. See: [Access Modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`["ReadWriteOnce"]`|
214
214
|`storage.pvc.selector`| Selector for the persistentVolumeClaim. See: [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`{}`|
215
215
|`storage.pvc.storageClassName`| The name of the StorageClass for the persistentVolumeClaim. See: [Class](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)|`undefined`|
0 commit comments