working state

This commit is contained in:
Adrian Stobbe 2023-07-14 08:39:51 +02:00
parent a172b6f881
commit c91d5a7b74
11 changed files with 411 additions and 7 deletions

View file

@ -61,11 +61,16 @@ resources: {}
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
priorityClassName: system-cluster-critical
# TODO; changed
nodeSelector: {
node-role.kubernetes.io/control-plane: ""
}
tolerations: []
# TODO: changed
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
# affinity specifies a custom affinity for the controller pods
affinity: {}