1
0
Fork 0

add new share to nextcloud

This commit is contained in:
Massaki Archambault 2025-06-14 10:21:31 -04:00
parent 836e3a3cb4
commit 9a245feabd
2 changed files with 15 additions and 3 deletions

View File

@ -25,7 +25,7 @@ images:
- name: prom/blackbox-exporter - name: prom/blackbox-exporter
newTag: v0.26.0 newTag: v0.26.0
- name: nextcloud - name: nextcloud
newTag: 30.0.11 newTag: 30.0.12
- name: collabora/code - name: collabora/code
newTag: 25.04.1.1.1 newTag: 25.04.1.1.1
- name: nextcloud/aio-imaginary - name: nextcloud/aio-imaginary
@ -51,7 +51,7 @@ images:
# - name: ghcr.io/berriai/litellm # - name: ghcr.io/berriai/litellm
# newTag: main-v1.43.1 # newTag: main-v1.43.1
- name: ghcr.io/open-webui/open-webui - name: ghcr.io/open-webui/open-webui
newTag: v0.6.13 newTag: v0.6.14
- name: ghcr.io/sillytavern/sillytavern - name: ghcr.io/sillytavern/sillytavern
newTag: 1.12.13 newTag: 1.12.13

View File

@ -21,4 +21,16 @@
name: share-media-nfs name: share-media-nfs
nfs: nfs:
server: 192.168.20.30 server: 192.168.20.30
path: /mnt/pool0/media path: /mnt/pool0/media
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
value:
name: archive-nfs
mountPath: /share/archive
- op: add
path: /spec/template/spec/volumes/-
value:
name: archive-nfs
nfs:
server: 192.168.20.30
path: /mnt/pool1/archive