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
| alertmanager.​persistentVolume.​accessModes | list |`["ReadWriteOnce"]`| Alertmanager data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/|
| alertmanager.​persistentVolume.​enabled | bool |`true`| If true and alertmanager.statefulSet.enabled is true, Alertmanager will create/use a Persistent Volume Claim If false, use emptyDir |
| alertmanager.​persistentVolume.​storageClass | string |`nil`| Alertmanager data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
118
119
| alertmanager.​persistentVolume.​subPath | string |`""`| Subdirectory of Alertmanager data Persistent Volume to mount Useful if the volume's root directory is not empty |
| compactor.​persistentVolume.​accessModes | list |`["ReadWriteOnce"]`| compactor data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/|
| compactor.​persistentVolume.​enabled | bool |`true`| If true compactor will create/use a Persistent Volume Claim If false, use emptyDir |
| compactor.​persistentVolume.​storageClass | string |`nil`| compactor data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
189
193
| compactor.​persistentVolume.​subPath | string |`""`| Subdirectory of compactor data Persistent Volume to mount Useful if the volume's root directory is not empty |
| ingester.​persistentVolume.​accessModes | list |`["ReadWriteOnce"]`| Ingester data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/|
| ingester.​persistentVolume.​enabled | bool |`true`| If true and ingester.statefulSet.enabled is true, Ingester will create/use a Persistent Volume Claim If false, use emptyDir |
| ingester.​persistentVolume.​storageClass | string |`nil`| Ingester data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
351
358
| ingester.​persistentVolume.​subPath | string |`""`| Subdirectory of Ingester data Persistent Volume to mount Useful if the volume's root directory is not empty |
| store_gateway.​persistentVolume.​accessModes | list |`["ReadWriteOnce"]`| Store-gateway data Persistent Volume access modes Must match those of existing PV or dynamic provisioner Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/|
| store_gateway.​persistentVolume.​enabled | bool |`true`| If true Store-gateway will create/use a Persistent Volume Claim If false, use emptyDir |
| store_gateway.​persistentVolume.​storageClass | string |`nil`| Store-gateway data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
820
830
| store_gateway.​persistentVolume.​subPath | string |`""`| Subdirectory of Store-gateway data Persistent Volume to mount Useful if the volume's root directory is not empty |
0 commit comments