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
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
If I didn't mess up the workflow, this should remove some ugliness from
the version string (e.g. 0.13.2+57ddbe0.57ddbe0, dupe commit hash, as a
result of #3147)
| persistence.storageClass|string|`""`| The storage class to use for volume claims. Used unless specified at the specific component. Defaults to the cluster default storage class. |
51
+
| persistence.jetstream|object|`{"capacity":"1Gi","existingClaim":""}`| The storage class to use for volume claims. Used unless specified at the specific component. Defaults to the cluster default 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. (gp2 on AWS, standard on # GKE, AWS & OpenStack) # storageClass: ""|
52
52
| persistence.jetstream.existingClaim | string |`""`| Use an existing volume claim for jetstream |
53
53
| persistence.jetstream.capacity | string |`"1Gi"`| PVC Storage Request for the jetstream volume |
54
-
| persistence.jetstream.storageClass | string |`""`| The storage class to use for volume claims. Defaults to persistence.storageClass |
55
54
| persistence.media.existingClaim | string |`""`| Use an existing volume claim for media files |
56
55
| persistence.media.capacity | string |`"1Gi"`| PVC Storage Request for the media volume |
57
-
| persistence.media.storageClass | string |`""`| The storage class to use for volume claims. Defaults to persistence.storageClass |
58
56
| persistence.search.existingClaim | string |`""`| Use an existing volume claim for the fulltext search index |
59
57
| persistence.search.capacity | string |`"1Gi"`| PVC Storage Request for the search volume |
60
-
| persistence.search.storageClass | string |`""`| The storage class to use for volume claims. Defaults to persistence.storageClass |
61
58
| extraVolumes | list |`[]`| Add additional volumes to the Dendrite Pod |
62
59
| extraVolumeMounts | list |`[]`| Configure additional mount points volumes in the Dendrite Pod |
63
60
| strategy.type | string |`"RollingUpdate"`| Strategy to use for rolling updates (e.g. Recreate, RollingUpdate) If you are using ReadWriteOnce volumes, you should probably use Recreate |
0 commit comments