Skip to content

Commit

Permalink
fix: remove aws-specific storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl committed Jan 9, 2023
1 parent c937a18 commit ad14656
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgres-claim0-persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ metadata:
name: postgresql-pv
namespace: n8n
spec:
storageClassName: gp2
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 300Gi
storage: 300Gi

0 comments on commit ad14656

Please sign in to comment.