@@ -174,6 +174,7 @@ The following table lists the configurable parameters of the nextcloud chart and
174174| ` nextcloud.securityContext ` | Optional security context for the NextCloud container | ` nil ` |
175175| ` nextcloud.podSecurityContext ` | Optional security context for the NextCloud pod (applies to all containers in the pod) | ` nil ` |
176176| ` nextcloud.postgreSqlInitContainer.securityContext ` | Set postgresql initContainer securityContext parameters. | ` {} ` |
177+ | ` nextcloud.priorityClassName ` | Priority Class for nextcloud. Defaults to .priorityClassName | ` nil ` |
177178| ` nginx.enabled ` | Enable nginx (requires you use php-fpm image) | ` false ` |
178179| ` nginx.image.repository ` | nginx Image name, e.g. use ` nginxinc/nginx-unprivileged ` for rootless container | ` nginx ` |
179180| ` nginx.image.tag ` | nginx Image tag | ` alpine ` |
@@ -219,6 +220,7 @@ The following table lists the configurable parameters of the nextcloud chart and
219220| ` cronjob.cronjob.backoffLimit ` | The number of retries before marking a job as failed | ` 1 ` |
220221| ` cronjob.cronjob.affinity ` | The affinity settings for the cron job | ` {} ` |
221222| ` cronjob.cronjob.resources ` | The resource requests/limits for the cron job | ` {} ` |
223+ | ` cronjob.cronjob.priorityClassName ` | Priority Class for cronjob. Defaults to .priorityClassName | ` nil ` |
222224| ` cronjob.cronjob.securityContext ` | Optional security context for cronjobs | ` nil ` |
223225| ` cronjob.cronjob.command ` | The command the cronjob executes | ` ["php", "-f", "/var/www/html/cron.php", "--", "--verbose"] ` |
224226| ` service.type ` | Kubernetes Service type | ` ClusterIP ` |
@@ -232,6 +234,7 @@ The following table lists the configurable parameters of the nextcloud chart and
232234| ` phpClientHttpsFix.enabled ` | Sets OVERWRITEPROTOCOL for https ingress redirect | ` false ` |
233235| ` phpClientHttpsFix.protocol ` | Sets OVERWRITEPROTOCOL for https ingress redirect | ` https ` |
234236| ` resources ` | CPU/Memory resource requests/limits | ` {} ` |
237+ | ` priorityClassName ` | Priority Class for pods | ` nil ` |
235238| ` rbac.enabled ` | Enable Role and rolebinding for priveledged PSP | ` false ` |
236239| ` rbac.serviceaccount.create ` | Wether to create a serviceaccount or use an existing one (requires rbac) | ` true ` |
237240| ` rbac.serviceaccount.name ` | The name of the sevice account that the deployment will use (requires rbac) | ` nextcloud-serviceaccount ` |
@@ -579,6 +582,7 @@ We include an optional external preview provider from [h2non/imaginary](https://
579582| `imaginary.tolerations` | Imaginary pod tolerations | `[]` |
580583| `imaginary.topologySpreadConstraints` | Imaginary pod topologySpreadConstraints | `[]` |
581584| `imaginary.resources` | imaginary resources | `{}` |
585+ | `imaginary.priorityClassName` | Imaginary pod Priority Class. Defaults to .priorityClassName | `nil` |
582586| `imaginary.securityContext` | Optional security context for the Imaginary container | `nil` |
583587| `imaginary.podSecurityContext` | Optional security context for the Imaginary pod (applies to all containers in the pod) | `nil` |
584588| `imaginary.service.type` | Imaginary : Kubernetes Service type | `ClusterIP` |
0 commit comments