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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ Kubernetes: `^1.19.0-0`
113
113
| 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 |
@@ -184,6 +185,7 @@ Kubernetes: `^1.19.0-0`
184
185
| 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
191
| compactor.​persistentVolume.​subPath | string |`""`| Subdirectory of compactor data Persistent Volume to mount Useful if the volume's root directory is not empty |
@@ -346,6 +348,7 @@ Kubernetes: `^1.19.0-0`
346
348
| 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
354
| ingester.​persistentVolume.​subPath | string |`""`| Subdirectory of Ingester data Persistent Volume to mount Useful if the volume's root directory is not empty |
@@ -815,6 +818,7 @@ Kubernetes: `^1.19.0-0`
815
818
| 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
824
| 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