Skip to content

Commit

Permalink
adding pvc for jhib
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed May 29, 2024
1 parent 4997bcb commit 659b499
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infrastructure/cluster/flux/jhub-dev/jhub-dev-storage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: jhub-dev-pvc
namespace: jhub-dev
spec:
storageClassName: manila-meyrin-cephfs
accessModes:
- ReadWriteMany
resources:
requests:
storage: 350Gi

0 comments on commit 659b499

Please sign in to comment.