Skip to content

Commit

Permalink
PVCs are failing to be created, try requesting smaller amounts of sto…
Browse files Browse the repository at this point in the history
…rage
  • Loading branch information
dturn committed Sep 26, 2019
1 parent 3548995 commit 1cdb577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/hello-cloud/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 100M
storage: 1M
---
apiVersion: apps/v1beta1
kind: Deployment
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/pvc/pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 150Mi
storage: 1M
storageClassName: k8s-deploy-test
volumeMode: Filesystem
---
Expand All @@ -22,5 +22,5 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 150Mi
storage: 1M
volumeMode: Filesystem

0 comments on commit 1cdb577

Please sign in to comment.