|
1 | 1 | # mastodon |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Mastodon is a free, open-source social network server based on ActivityPub. |
6 | 6 |
|
@@ -205,18 +205,18 @@ Mastodon is a free, open-source social network server based on ActivityPub. |
205 | 205 | | mastodon.streaming.annotations | object | `{}` | These are applied in addition to deploymentAnnotations. | |
206 | 206 | | mastodon.streaming.base_url | string | `nil` | The base url for streaming can be set if the streaming API is deployed to a different domain/subdomain. | |
207 | 207 | | mastodon.streaming.extraCerts | object | `{}` | Self-signed certificate(s) the (Node.js) needs to trust to connect to e.g. the database | |
208 | | -| mastodon.streaming.extraEnvVars | object | `{}` | | |
| 208 | +| mastodon.streaming.extraEnvVars | object | `{}` | Specify extra environment variables to be added to streaming pods. | |
209 | 209 | | mastodon.streaming.image.repository | string | `"ghcr.io/mastodon/mastodon-streaming"` | image repo for the mastodon streaming image | |
210 | 210 | | mastodon.streaming.image.tag | string | `""` | set a specific tag for mastodon-streaming image, defaults to appVersion in Chart.yaml | |
211 | 211 | | mastodon.streaming.labels | object | `{}` | These are applied in addition to mastodon.labels. | |
212 | 212 | | mastodon.streaming.nodeSelector | object | `{}` | Node(s) on which we will deploy the streaming pods | |
213 | | -| mastodon.streaming.pdb | object | `{"enable":false}` | PodDisruptionBudget configuration - See https://kubernetes.io/docs/tasks/run-application/configure-pdb/ | |
| 213 | +| mastodon.streaming.pdb | object | `{"enable":false,"maxUnavailable":1,"minAvailable":1}` | PodDisruptionBudget configuration - See https://kubernetes.io/docs/tasks/run-application/configure-pdb/ | |
214 | 214 | | mastodon.streaming.podAnnotations | object | `{}` | These are applied in addition to the global podAnnotations. | |
215 | 215 | | mastodon.streaming.podLabels | object | `{}` | These are applied in addition to mastodon.labels. | |
216 | 216 | | mastodon.streaming.podSecurityContext | object | `{}` | Pod Security Context for Streaming Pods, overwrites .Values.podSecurityContext | |
217 | 217 | | mastodon.streaming.port | int | `4000` | | |
218 | 218 | | mastodon.streaming.replicas | int | `1` | Number of Streaming Pods running | |
219 | | -| mastodon.streaming.resources | Streaming Container | `{}` | Resources for Streaming Pods, overwrites .Values.resources | |
| 219 | +| mastodon.streaming.resources | Streaming Container | `{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"250m","memory":"128Mi"}}` | Resources for Streaming Pods, overwrites .Values.resources | |
220 | 220 | | mastodon.streaming.securityContext | Streaming Container | `{}` | Security Context for Streaming Pods, overwrites .Values.securityContext | |
221 | 221 | | mastodon.streaming.topologySpreadConstraints | object | `{}` | Topology spread constraints for Streaming Pods, overwrites .Values.topologySpreadConstraints | |
222 | 222 | | mastodon.streaming.updateStrategy.rollingUpdate.maxSurge | string | `"10%"` | | |
|
0 commit comments