Oops, wrong samba :-)
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
1f682b195b
commit
0ed9afcf96
1 changed files with 10 additions and 0 deletions
|
@ -24,6 +24,16 @@ spec:
|
||||||
users:
|
users:
|
||||||
- username: martyn
|
- username: martyn
|
||||||
password: "564628"
|
password: "564628"
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
- weight: 1
|
||||||
|
preference:
|
||||||
|
matchExpressions:
|
||||||
|
- key: kubernetes.io/hostname
|
||||||
|
operator: In
|
||||||
|
values:
|
||||||
|
- talos-llu-kx3
|
||||||
persistence:
|
persistence:
|
||||||
extraPVCShares:
|
extraPVCShares:
|
||||||
- name: oldspace
|
- name: oldspace
|
||||||
|
|
Loading…
Add table
Reference in a new issue