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 Dec 14, 2025. It is now read-only.
| `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
371
+
| `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
372
+
| `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` |
373
+
| `persistence.nextcloudData.existingClaim` | see `persistence.existingClaim` | `nil` |
374
+
| `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
375
+
| `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
378
376
379
377
### Metrics Configurations
380
378
@@ -504,25 +502,25 @@ The nextcloud deployment includes a series of different probes you can use to de
504
502
505
503
This section provides options to enable and configure the Collabora Online server within your deployment. Please ensure to review the [Collabora Online Helm chart documentation](https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm/collabora-online) for additional details and recommended values.
| `collabora.ingress.enabled` | Enable or disable ingress for Collabora Online | `false` |
521
-
| `collabora.ingress.className` | Class name for the ingress controller | `""` |
522
-
| `collabora.ingress.annotations` | Annotations for the ingress resource | `{}` |
523
-
| `collabora.ingress.hosts` | List of hosts for the Collabora ingress | `[{"host": "chart-example.local", "paths": [{"path": "/", "pathType": "ImplementationSpecific"}]}]` |
524
-
| `collabora.ingress.tls` | TLS configuration for the Collabora ingress | `[]` |
525
-
| `collabora.resources` | Resource requests and limits for the Collabora Online pods | `{}` |
| `collabora.ingress.enabled` | Enable or disable ingress for Collabora Online | `false` |
519
+
| `collabora.ingress.className` | Class name for the ingress controller | `""` |
520
+
| `collabora.ingress.annotations` | Annotations for the ingress resource | `{}` |
521
+
| `collabora.ingress.hosts` | List of hosts for the Collabora ingress | `[{"host": "chart-example.local", "paths": [{"path": "/", "pathType": "ImplementationSpecific"}]}]` |
522
+
| `collabora.ingress.tls` | TLS configuration for the Collabora ingress | `[]` |
523
+
| `collabora.resources` | Resource requests and limits for the Collabora Online pods | `{}` |
526
524
> **Note**:
527
525
>
528
526
> You may need to uncomment `collabora.collabora.aliasgroups` and `collabora.collabora.extra_params`, depending on your setup. You may also need to set `collabora.collabora.server_name`. If left empty, it's derived from the request, so please set it if it doesn't work.
0 commit comments