Skip to content
Snippets Groups Projects
Verified Commit de982e4a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add suggested example to values-local.yaml.example

Credits go to @vhs
parent 40272326
No related branches found
No related tags found
1 merge request!132Resolve "Expose nodeSelector to user-facing template"
Pipeline #12737 passed with stage
in 7 seconds
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment