Skip to content

Commit

Permalink
Chance pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianH committed May 21, 2024
1 parent ddf59c8 commit 54347c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/mainnet/pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
storageClassName: longhorn
accessModes:
- ReadWriteMany
- ReadWriteOnce
resources:
requests:
storage: 200Gi
2 changes: 1 addition & 1 deletion kubernetes/testnet/pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
storageClassName: longhorn
accessModes:
- ReadWriteMany
- ReadWriteOnce
resources:
requests:
storage: 200Gi

0 comments on commit 54347c4

Please sign in to comment.