Remove hostPath from volumes
This commit is contained in:
parent
b443269e28
commit
45de52410b
1 changed files with 0 additions and 4 deletions
|
@ -11,8 +11,6 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
hostPath:
|
||||
path: /var/gitea/root
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
@ -27,5 +25,3 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
hostPath:
|
||||
path: /var/gitea/data
|
||||
|
|
Loading…
Reference in a new issue