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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 5Gi
|
storage: 5Gi
|
||||||
hostPath:
|
|
||||||
path: /var/gitea/root
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
|
@ -27,5 +25,3 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 5Gi
|
storage: 5Gi
|
||||||
hostPath:
|
|
||||||
path: /var/gitea/data
|
|
||||||
|
|
Loading…
Reference in a new issue