Skip to content
Snippets Groups Projects
Commit 5811a02c authored by Varac's avatar Varac
Browse files

Merge branch '115-expose-nodeselector-to-user-facing-template' into 'main'

Resolve "Expose nodeSelector to user-facing template"

Closes #115

See merge request !132
parents 40272326 de982e4a
No related branches found
No related tags found
1 merge request!132Resolve "Expose nodeSelector to user-facing template"
Pipeline #12787 skipped with stage
......@@ -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