comms(mas): keep auth service off control plane
This commit is contained in:
parent
1fc7233267
commit
440aec861e
@ -68,8 +68,16 @@ spec:
|
||||
- "othrys-synapse-matrix-synapse.comms.svc.cluster.local"
|
||||
nodeSelector:
|
||||
hardware: rpi5
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: DoesNotExist
|
||||
- key: node-role.kubernetes.io/master
|
||||
operator: DoesNotExist
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 50
|
||||
preference:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user