Revert "Mirror/Parrot - Change PVC Name + Remove Old"
This reverts commit 9d4e1cba37aaa4c87d6229a91f7eb141ee3c1a7d.
This commit is contained in:
parent
58c96ad010
commit
a57647166c
@ -25,4 +25,4 @@ spec:
|
||||
volumes:
|
||||
- name: mirror-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: mirror-parrot-zfs
|
||||
claimName: mirror-parrot
|
||||
|
@ -77,7 +77,7 @@ spec:
|
||||
claimName: mirror-almalinux-rbd
|
||||
- name: parrot
|
||||
persistentVolumeClaim:
|
||||
claimName: mirror-parrot-zfs
|
||||
claimName: mirror-parrot
|
||||
- name: kali
|
||||
persistentVolumeClaim:
|
||||
claimName: mirror-kali
|
||||
|
13
Manifests/Mirror/Mirror-Web/parrot/pvc.yaml
Normal file
13
Manifests/Mirror/Mirror-Web/parrot/pvc.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: mirror-parrot
|
||||
namespace: default
|
||||
labels:
|
||||
app: mirror-parrot
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 700Gi
|
@ -56,4 +56,4 @@ spec:
|
||||
volumes:
|
||||
- name: mirror-pvc
|
||||
persistentVolumeClaim:
|
||||
claimName: mirror-parrot-zfs
|
||||
claimName: mirror-parrot
|
||||
|
Loading…
x
Reference in New Issue
Block a user