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
| `imaginary.securityContext` | Optional security context for the Imaginary container | `nil` |
551
+
| `imaginary.podSecurityContext` | Optional security context for the Imaginary pod (applies to all containers in the pod) | `nil` |
552
+
| `imaginary.service.type` | Imaginary: Kubernetes Service type | `ClusterIP` |
553
+
| `imaginary.service.loadBalancerIP` | Imaginary: LoadBalancerIp for service type LoadBalancer | `nil` |
554
+
| `imaginary.service.nodePort` | Imaginary: NodePort for service type NodePort | `nil` |
555
+
| `imaginary.service.annotations` | Additional annotations for service imaginary | `{}` |
556
+
| `imaginary.service.labels` | Additional labels for service imaginary | `{}` |
557
+
558
+
559
+
> [!Note]
560
+
> You also need to setup nextcloud, to use imaginary
561
+
```yaml
562
+
nextcloud:
563
+
defaultConfigs:
564
+
imaginary.config.php: true
565
+
566
+
imaginary:
567
+
enabled: true
568
+
```
569
+
533
570
## Cron jobs
534
571
535
572
To execute [background tasks](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html) by using system cron instead of default Ajax cron, set `cronjob.enabled` parameter to `true`. Background jobs are important for tasks that do not necessarily need user intervention, but still need to be executed frequently (cleaning up, sending some notifications, pulling RSS feeds, etc.).
0 commit comments