Compare commits

..

2 commits

Author SHA1 Message Date
622b8a36f4 Move to the storage node when wanted
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-03-20 11:27:32 +00:00
6307bc1cf3 Move LMS to where the storages are
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-03-20 10:05:20 +00:00
2 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -19,7 +19,21 @@ spec:
value: local-path-fast
- name: persistance.pvc.size
value: 3Ti
values: "samba:\n users: \n - username: martyn\n password: \"564628\""
valuesObject:
samba:
users:
- username: martyn
password: "564628"
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- talos-llu-kx3
path: apps-helm/samba4
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
targetRevision: HEAD