Skip to content

Commit

Permalink
~double kettle PV sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 8, 2022
1 parent bb8ff9d commit aea75d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kettle/pv-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: kettle-data-staging
spec:
capacity:
storage: 100Gi
storage: 201Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
Expand All @@ -26,7 +26,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 100Gi
storage: 201Gi
storageClassName: ssd
volumeName: kettle-data-staging
---
Expand Down
4 changes: 2 additions & 2 deletions kettle/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: kettle-data
spec:
capacity:
storage: 1001Gi
storage: 2001Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
Expand All @@ -25,7 +25,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 1001Gi
storage: 2001Gi
storageClassName: ssd
volumeName: kettle-data
---
Expand Down

0 comments on commit aea75d9

Please sign in to comment.