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.
@@ -60,7 +60,7 @@ Create a folder `appservices` and place your configurations in there. The confi
60
60
| persistence.search.storageClass | string |`nil`| The storage class to use for volume claims. Defaults to persistence.storageClass 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) |
61
61
| extraVolumes | list |`[]`| Add additional volumes to the Dendrite Pod |
62
62
| extraVolumeMounts | list |`[]`| Configure additional mount points volumes in the Dendrite Pod |
63
-
| 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 |
63
+
| strategy.type | string |`"Recreate"`| Strategy to use for rolling updates (e.g. Recreate, RollingUpdate) If you are using ReadWriteOnce volumes, you should probably use Recreate |
64
64
| strategy.rollingUpdate.maxUnavailable | string |`"25%"`| Maximum number of pods that can be unavailable during the update process |
65
65
| strategy.rollingUpdate.maxSurge | string |`"25%"`| Maximum number of pods that can be scheduled above the desired number of pods |
66
66
| dendrite_config.version | int |`2`||
@@ -142,7 +142,7 @@ Create a folder `appservices` and place your configurations in there. The confi
142
142
| dendrite_config.logging | list |`[{"level":"info","type":"std"}]`| Default logging configuration |
143
143
| postgresql.enabled | bool | See value.yaml | Enable and configure postgres as the database for dendrite. |
PS: The label `release=kube-prometheus-stack` is setup with the helmchart of the Prometheus Operator. For Grafana Dashboards it may be necessary to enable scanning in the correct namespaces (or ALL), enabled by `sidecar.dashboards.searchNamespace` in [Helmchart of grafana](https://artifacthub.io/packages/helm/grafana/grafana) (which is part of PrometheusOperator, so `grafana.sidecar.dashboards.searchNamespace`)
191
191
192
+
----------------------------------------------
193
+
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
0 commit comments