chore(syncthing): override sync-data location
This commit is contained in:
parent
eed8daaba1
commit
a760c7139e
3 changed files with 24 additions and 2 deletions
|
|
@ -17,6 +17,11 @@ spec:
|
|||
readOnly: true
|
||||
subPath: key.pem
|
||||
volumes:
|
||||
- name: sync-data
|
||||
persistentVolumeClaim: null
|
||||
nfs:
|
||||
server: 192.168.1.215
|
||||
path: /export/sync
|
||||
- name: sync-keys
|
||||
secret:
|
||||
secretName: sync-secret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue