Skip to content

Commit

Permalink
Fix Kubernetes example CAS PVC size
Browse files Browse the repository at this point in the history
This fixes commit 17087fb.

Fixes #89, the buggy implementation.
Fixes #85, the original issue.
  • Loading branch information
moroten committed Aug 15, 2023
1 parent d025d73 commit d142377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 12Gi
storage: 33Gi
- metadata:
name: ac
spec:
Expand Down

0 comments on commit d142377

Please sign in to comment.