@@ -245,6 +245,7 @@ The following table lists the configurable parameters of the nextcloud chart and
245245| ` podLabels ` | Labels to be added at 'pod' level | not set |
246246| ` podAnnotations ` | Annotations to be added at 'pod' level | not set |
247247| ` dnsConfig ` | Custom dnsConfig for nextcloud containers | ` {} ` |
248+ | ` topologySpreadConstraints ` | TopologySpreadConstraints for nextcloud pod and cronjob pod | ` {} ` |
248249
249250### Ingress
250251#### Ingress Sticky-Sessions
@@ -561,27 +562,28 @@ This section provides options to enable and configure the Collabora Online serve
561562
562563We include an optional external preview provider from [h2non/imaginary](https://github.com/h2non/imaginary).
563564
564- | Parameter | Description | Default |
565- | ---------------------------------- | -------------------------------------------------------------------------------------- | ----------------- |
566- | `imaginary.enabled` | Start Imaginary | `false` |
567- | `imaginary.replicaCount` | Number of imaginary pod replicas to deploy | `1` |
568- | `imaginary.image.registry` | Imaginary image name | `docker.io` |
569- | `imaginary.image.repository` | Imaginary image name | `h2non/imaginary` |
570- | `imaginary.image.tag` | Imaginary image tag | `1.2.4` |
571- | `imaginary.image.pullPolicy` | Imaginary image pull policy | `IfNotPresent` |
572- | `imaginary.image.pullSecrets` | Imaginary image pull secrets | `nil` |
573- | `imaginary.podAnnotations` | Additional annotations for imaginary | `{}` |
574- | `imaginary.podLabels` | Additional labels for imaginary | `{}` |
575- | `imaginary.nodeSelector` | Imaginary pod nodeSelector | `{}` |
576- | `imaginary.tolerations` | Imaginary pod tolerations | `[]` |
577- | `imaginary.resources` | imaginary resources | `{}` |
578- | `imaginary.securityContext` | Optional security context for the Imaginary container | `nil` |
579- | `imaginary.podSecurityContext` | Optional security context for the Imaginary pod (applies to all containers in the pod) | `nil` |
580- | `imaginary.service.type` | Imaginary : Kubernetes Service type | `ClusterIP` |
581- | `imaginary.service.loadBalancerIP` | Imaginary : LoadBalancerIp for service type LoadBalancer | `nil` |
582- | `imaginary.service.nodePort` | Imaginary : NodePort for service type NodePort | `nil` |
583- | `imaginary.service.annotations` | Additional annotations for service imaginary | `{}` |
584- | `imaginary.service.labels` | Additional labels for service imaginary | `{}` |
565+ | Parameter | Description | Default |
566+ | ------------------------------------- | -------------------------------------------------------------------------------------- | ----------------- |
567+ | `imaginary.enabled` | Start Imaginary | `false` |
568+ | `imaginary.replicaCount` | Number of imaginary pod replicas to deploy | `1` |
569+ | `imaginary.image.registry` | Imaginary image name | `docker.io` |
570+ | `imaginary.image.repository` | Imaginary image name | `h2non/imaginary` |
571+ | `imaginary.image.tag` | Imaginary image tag | `1.2.4` |
572+ | `imaginary.image.pullPolicy` | Imaginary image pull policy | `IfNotPresent` |
573+ | `imaginary.image.pullSecrets` | Imaginary image pull secrets | `nil` |
574+ | `imaginary.podAnnotations` | Additional annotations for imaginary | `{}` |
575+ | `imaginary.podLabels` | Additional labels for imaginary | `{}` |
576+ | `imaginary.nodeSelector` | Imaginary pod nodeSelector | `{}` |
577+ | `imaginary.tolerations` | Imaginary pod tolerations | `[]` |
578+ | `imaginary.topologySpreadConstraints` | Imaginary pod topologySpreadConstraints | `[]` |
579+ | `imaginary.resources` | imaginary resources | `{}` |
580+ | `imaginary.securityContext` | Optional security context for the Imaginary container | `nil` |
581+ | `imaginary.podSecurityContext` | Optional security context for the Imaginary pod (applies to all containers in the pod) | `nil` |
582+ | `imaginary.service.type` | Imaginary : Kubernetes Service type | `ClusterIP` |
583+ | `imaginary.service.loadBalancerIP` | Imaginary : LoadBalancerIp for service type LoadBalancer | `nil` |
584+ | `imaginary.service.nodePort` | Imaginary : NodePort for service type NodePort | `nil` |
585+ | `imaginary.service.annotations` | Additional annotations for service imaginary | `{}` |
586+ | `imaginary.service.labels` | Additional labels for service imaginary | `{}` |
585587
586588
587589> [!Note]
0 commit comments