Skip to content

Commit

Permalink
fix(doc): fix markdown in Varnish-Cluster-configuration (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zinck <[email protected]>

Signed-off-by: Arthur Zinck <[email protected]>
  • Loading branch information
arthurzinck authored Jan 17, 2023
1 parent 51a0516 commit 54c5aff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/varnish-cluster-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 54c5aff

Please sign in to comment.