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
*[Using the nextcloud docker image auto-configuration via env vars](#using-the-nextcloud-docker-image-auto-configuration-via-env-vars)
@@ -505,6 +506,38 @@ The nextcloud deployment includes a series of different probes you can use to de
505
506
> [!Note]
506
507
> If you are getting errors on initialization (such as `Fatal error: require_once(): Failed opening required '/var/www/html/lib/versioncheck.php'`, but you can get other errors as well), a good first step is to try and enable the startupProbe and/or increase the `initialDelaySeconds` for the `livenessProbe` and `readinessProbe` to something much greater (consider using `120` seconds instead of `10`. This is an especially good idea if your cluster is running on older hardware, has a slow internet connection, or you're using a slower storage class, such as NFS that's running with older disks or a slow connection.
507
508
509
+
### Notify Push
510
+
511
+
We include an optional Client Push [nextcloud/notify_push](https://github.com/nextcloud/notify_push).
| `notifyPush.service.type` | notify-push: Kubernetes Service type | `ClusterIP` |
531
+
| `notifyPush.service.loadBalancerIP` | Use serviceLoadBalancerIP to request a specific static IP, otherwise leave blank | `nil` |
532
+
| `notifyPush.service.nodePort` | notify-push: NodePort for service type NodePort | `nil` |
533
+
| `notifyPush.service.annotations` | Additional annotations for service notify-push | `{}` |
534
+
| `notifyPush.service.labels` | Additional labels for service notify-push | `{}` |
535
+
| `notifyPush.ingress.path` | Add path in default ingress to notify_push service | `/push` |
536
+
| `notifyPush.ingress.pathType` | PathType for additional path in default ingress for notify-push path | `Prefix` |
537
+
538
+
> [!Note]
539
+
> notify-push needs an redis (`redis.enabled=true` or `notifyPush.extraEnv=[{name:"REDIS_URL",...}]` )
540
+
508
541
### Collabora Configuration
509
542
510
543
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.
0 commit comments