@@ -506,32 +506,32 @@ The nextcloud deployment includes a series of different probes you can use to de
506
506
We include an optional Client Push [nextcloud/notify_push](https://github.com/nextcloud/notify_push).
507
507
508
508
509
- | Parameter | Description | Default |
510
- |----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------- |------------------------|
511
- | `notifyPush.enabled` | Enable another deployment to handle notify_push (sometimes called ClientPush) | `false` |
512
- | `notifyPush.autoSetup` | Setup notify_push on nextcloud per docker-entrypoint-hooks before start | `false` |
513
- | `notifyPush.replicaCount` | Number of notify-push pod replicas to deploy | `1` |
514
- | `notifyPush.image.registry` | notify-push image registry | `docker.io` |
515
- | `notifyPush.image.repository` | notify-push image name | `miles170/notify_push` |
516
- | `notifyPush.image.tag` | notify-push image tag | `v0.7.0` |
517
- | `notifyPush.image.pullPolicy` | notify-push image pull policy | `IfNotPresent` |
518
- | `notifyPush.image.pullSecrets` | notify-push image pull secrets | `[]` |
519
- | `notifyPush.redisURLEnv ` | option to set the redis_url per env (if a external redis is used) e.g. : ` value: "" ` or `valueFrom: {secretKeyRef:{name:"",key:""}}` | `""` |
520
- | `notifyPush.podAnnotations` | Additional annotations for notify-push pods | `{}` |
521
- | `notifyPush.podLabels` | Additional labels for notify-push pods | `{}` |
522
- | `notifyPush.podSecurityContext` | Optional security context for the notify-push pod | `nil` |
523
- | `notifyPush.securityContext` | Optional security context for the notify-push container | `nil` |
524
- | `notifyPush.resources` | notify-push resources | `{}` |
525
- | `notifyPush.service.type` | notify-push : Kubernetes Service type | `ClusterIP` |
526
- | `notifyPush.service.loadBalancerIP` | Use serviceLoadBalancerIP to request a specific static IP, otherwise leave blank | `nil` |
527
- | `notifyPush.service.nodePort` | notify-push : NodePort for service type NodePort | `nil` |
528
- | `notifyPush.service.annotations` | Additional annotations for service notify-push | `{}` |
529
- | `notifyPush.service.labels` | Additional labels for service notify-push | `{}` |
530
- | `notifyPush.ingress.path` | Add path in default ingress to notify_push service | `/push` |
531
- | `notifyPush.ingress.pathType` | PathType for additional path in default ingress for notify-push path | `Prefix` |
509
+ | Parameter | Description | Default |
510
+ |----------------------------------------|----------------------------------------------------------------------------------|------------------------|
511
+ | `notifyPush.enabled` | Enable another deployment to handle notify_push (sometimes called ClientPush) | `false` |
512
+ | `notifyPush.autoSetup` | Setup notify_push on nextcloud per docker-entrypoint-hooks before start | `false` |
513
+ | `notifyPush.replicaCount` | Number of notify-push pod replicas to deploy | `1` |
514
+ | `notifyPush.image.registry` | notify-push image registry | `docker.io` |
515
+ | `notifyPush.image.repository` | notify-push image name | `miles170/notify_push` |
516
+ | `notifyPush.image.tag` | notify-push image tag | `v0.7.0` |
517
+ | `notifyPush.image.pullPolicy` | notify-push image pull policy | `IfNotPresent` |
518
+ | `notifyPush.image.pullSecrets` | notify-push image pull secrets | `[]` |
519
+ | `notifyPush.extraEnv ` | option additional env (if a external redis is used, you need to set REDIS_URL) | `""` |
520
+ | `notifyPush.podAnnotations` | Additional annotations for notify-push pods | `{}` |
521
+ | `notifyPush.podLabels` | Additional labels for notify-push pods | `{}` |
522
+ | `notifyPush.podSecurityContext` | Optional security context for the notify-push pod | `nil` |
523
+ | `notifyPush.securityContext` | Optional security context for the notify-push container | `nil` |
524
+ | `notifyPush.resources` | notify-push resources | `{}` |
525
+ | `notifyPush.service.type` | notify-push : Kubernetes Service type | `ClusterIP` |
526
+ | `notifyPush.service.loadBalancerIP` | Use serviceLoadBalancerIP to request a specific static IP, otherwise leave blank | `nil` |
527
+ | `notifyPush.service.nodePort` | notify-push : NodePort for service type NodePort | `nil` |
528
+ | `notifyPush.service.annotations` | Additional annotations for service notify-push | `{}` |
529
+ | `notifyPush.service.labels` | Additional labels for service notify-push | `{}` |
530
+ | `notifyPush.ingress.path` | Add path in default ingress to notify_push service | `/push` |
531
+ | `notifyPush.ingress.pathType` | PathType for additional path in default ingress for notify-push path | `Prefix` |
532
532
533
533
> [!Note]
534
- > notify-push needs an redis (redis.enabled=true or notifyPush.redisURLEnv={ ...})
534
+ > notify-push needs an redis (` redis.enabled=true` or ` notifyPush.extraEnv=[{name:"REDIS_URL", ...}]` )
535
535
536
536
# ## Collabora Configuration
537
537
0 commit comments