Compare commits

..

No commits in common. "622b8a36f4458c4f4bdf5617a2d37b4ff9285834" and "993eccffb2b02d5c6a3c600c692c7800f3b9292e" have entirely different histories.

2 changed files with 1 additions and 25 deletions

View file

@ -71,16 +71,6 @@ spec:
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
restartPolicy: Always restartPolicy: Always
schedulerName: default-scheduler schedulerName: default-scheduler
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- talos-llu-kx3
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
volumes: volumes:
- name: config - name: config

View file

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