diff --git a/values-local.yaml.example b/values-local.yaml.example index 3466c9bbc42297d0516ce763d968549dd6e3da65..70ad4ee8aebd89334979daca12e733495868aa36 100644 --- a/values-local.yaml.example +++ b/values-local.yaml.example @@ -240,3 +240,13 @@ redis: # Labels that will be added to the wordpress StatefulSet itself. # statefulSetLabels: # someCustom: labelValue + +# This will restrict WordPress deployment to the specified node. This is useful +# when you are working with limited resources and do not want to run WordPress +# on a resourced-constrained node. +# +# See https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ +# for more information on assigning pods to nodes. +# nodeSelector: +# kubernetes.io/hostname: k3s-server-1 +