diff --git a/docs/varnish-cluster-configuration.md b/docs/varnish-cluster-configuration.md index 4601ec9..781d1bb 100644 --- a/docs/varnish-cluster-configuration.md +++ b/docs/varnish-cluster-configuration.md @@ -3,10 +3,7 @@ | Field | Description | Is Required | | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | | `affinity ` | [Affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) settings for the pods. It allows you to configure onto which nodes Varnish pods should prefer being scheduled. | `optional` | - -| `priorityClassName ` | [priorityClass](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass) settings for the pods. It allows you to set a PriorityClassName and thus set a priority to your pods, to avoid eviction. | `optional` | - - +| `priorityClassName ` | [priorityClass](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass) settings for the pods. It allows you to set a PriorityClassName and thus set a priority to your pods, to avoid eviction. | `optional` | | `backend.namespaces ` | Namespace(s) to look for backend pods. By default - namespace the VarnishCluster is deployed to. | `required` | | `backend.onlyReady ` | Include (`false`, by default) or exclude (`true`) backend pods from the VCL (.Backends template var). Alters `.Backends` template variable based on Kubernetes health checks (by default not ready pods are also included in VCL) instead of [Varnish health probes](https://varnish-cache.org/docs/6.6/reference/vcl-probe.html#backend-health-probes). | `optional` | | `backend.port ` | The port of the backend pods being cached by Varnish. Can be port name or port number. | `required` |