Compare commits
2 commits
622b8a36f4
...
0ed9afcf96
Author | SHA1 | Date | |
---|---|---|---|
0ed9afcf96 | |||
1f682b195b |
2 changed files with 11 additions and 15 deletions
|
@ -19,21 +19,7 @@ spec:
|
||||||
value: local-path-fast
|
value: local-path-fast
|
||||||
- name: persistance.pvc.size
|
- name: persistance.pvc.size
|
||||||
value: 3Ti
|
value: 3Ti
|
||||||
valuesObject:
|
values: "samba:\n users: \n - username: martyn\n password: \"564628\""
|
||||||
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
|
path: apps-helm/samba4
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
|
|
@ -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