Move LMS to where the storages are
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
993eccffb2
commit
6307bc1cf3
1 changed files with 10 additions and 0 deletions
|
@ -71,6 +71,16 @@ spec:
|
|||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
affinity:
|
||||
nodeAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 1
|
||||
preference:
|
||||
matchExpressions:
|
||||
- key: kubernetes.io/hostname
|
||||
operator: In
|
||||
values:
|
||||
- talos-llu-kx3
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: config
|
||||
|
|
Loading…
Add table
Reference in a new issue