mirror of
https://github.com/thejimnicholson/gitea.git
synced 2025-12-06 03:30:42 +00:00
Remove old pvcs
This commit is contained in:
parent
71ff99e764
commit
2c1adbff17
@ -1,22 +0,0 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: gitea-pv
|
||||
namespace: gitea
|
||||
labels:
|
||||
app: gitea
|
||||
spec:
|
||||
storageClassName: "local-path"
|
||||
capacity:
|
||||
storage: 5Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
mountOptions:
|
||||
- nolock
|
||||
nfs:
|
||||
server: 10.0.96.2
|
||||
path: "/volume1/storage/git-repo"
|
||||
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: gitea-pvc
|
||||
namespace: gitea
|
||||
labels:
|
||||
app: gitea
|
||||
spec:
|
||||
storageClassName: "local-path"
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
volumeName: gitea-pv
|
||||
@ -12,15 +12,9 @@ generatorOptions:
|
||||
type: generated
|
||||
resources:
|
||||
- namespace.yaml
|
||||
# - secrets.yaml
|
||||
- postgres-pv.yaml
|
||||
- postgres-pvc.yaml
|
||||
- gitea-pv.yaml
|
||||
- gitea-pvc.yaml
|
||||
- 0x-storage.yaml
|
||||
- 01-postgresql.yaml
|
||||
- 02-storage.yaml
|
||||
- configuration.yaml
|
||||
- postgres-deployment.yaml
|
||||
- postgres-service.yaml
|
||||
- gitea-deployment.yaml
|
||||
- gitea-service.yaml
|
||||
- ingress.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user