mirror of
https://github.com/thejimnicholson/gitea.git
synced 2025-12-06 03:30:42 +00:00
Switch pvcs
This commit is contained in:
parent
1a9da0a9c5
commit
7512230632
@ -42,14 +42,9 @@ spec:
|
||||
- containerPort: 3000
|
||||
name: gitea
|
||||
volumeMounts:
|
||||
- name: gitea-persistent-storage
|
||||
mountPath: /data
|
||||
- name: gitea-storage-nfs
|
||||
mountPath: /data.new
|
||||
mountPath: /data
|
||||
volumes:
|
||||
- name: gitea-persistent-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: gitea-pvc
|
||||
- name: gitea-storage-nfs
|
||||
persistentVolumeClaim:
|
||||
claimName: gitea-storage-nfs
|
||||
Loading…
Reference in New Issue
Block a user