longhorn removed and replaced by nfs shares from nas
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user