longhorn removed and replaced by nfs shares from nas

This commit is contained in:
2024-04-09 07:35:04 +02:00
parent bd8ccc8dc9
commit dd5f2d0e54
10 changed files with 33 additions and 151 deletions

View File

@ -27,9 +27,11 @@ spec:
resources: {}
volumeMounts:
- mountPath: /data
name: gitea-data-pvc
name: gitea-pvc
restartPolicy: Always
volumes:
- name: gitea-data-pvc
persistentVolumeClaim:
claimName: gitea-data-pvc
- name: gitea-pvc
nfs:
server: 192.168.178.4
path: /mnt/storage/service/gitea
readOnly: false