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:
|
volumes:
|
||||||
- name: mirror-pvc
|
- name: mirror-pvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: mirror-parrot-zfs
|
claimName: mirror-parrot
|
||||||
|
@ -77,7 +77,7 @@ spec:
|
|||||||
claimName: mirror-almalinux-rbd
|
claimName: mirror-almalinux-rbd
|
||||||
- name: parrot
|
- name: parrot
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: mirror-parrot-zfs
|
claimName: mirror-parrot
|
||||||
- name: kali
|
- name: kali
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: mirror-kali
|
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:
|
volumes:
|
||||||
- name: mirror-pvc
|
- name: mirror-pvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: mirror-parrot-zfs
|
claimName: mirror-parrot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user