mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 09:44:08 -04:00
working state
This commit is contained in:
parent
a172b6f881
commit
c91d5a7b74
11 changed files with 411 additions and 7 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue