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)
@@ -529,6 +530,38 @@ The nextcloud deployment includes a series of different probes you can use to de
529
530
> [!Note]
530
531
> 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.
531
532
533
+
### Notify Push
534
+
535
+
We include an optional Client Push [nextcloud/notify_push](https://github.com/nextcloud/notify_push).
| `notifyPush.service.type` | notify-push: Kubernetes Service type | `ClusterIP` |
555
+
| `notifyPush.service.loadBalancerIP` | Use serviceLoadBalancerIP to request a specific static IP, otherwise leave blank | `nil` |
556
+
| `notifyPush.service.nodePort` | notify-push: NodePort for service type NodePort | `nil` |
557
+
| `notifyPush.service.annotations` | Additional annotations for service notify-push | `{}` |
558
+
| `notifyPush.service.labels` | Additional labels for service notify-push | `{}` |
559
+
| `notifyPush.ingress.path` | Add path in default ingress to notify_push service | `/push` |
560
+
| `notifyPush.ingress.pathType` | PathType for additional path in default ingress for notify-push path | `Prefix` |
561
+
562
+
> [!Note]
563
+
> notify-push needs an redis (`redis.enabled=true` or `notifyPush.extraEnv=[{name:"REDIS_URL",...}]` )
564
+
532
565
### Collabora Configuration
533
566
534
567
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