Skip to content

Commit

Permalink
Implement new AWS StorageClasses
Browse files Browse the repository at this point in the history
Available StorageClasses: gp2-csi, gp3-csi (default)
  • Loading branch information
cfahrni authored Oct 10, 2023
1 parent 93003d8 commit f9138f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/03/02_monitoring-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Add the following snippet:
retention: 2d
volumeClaimTemplate:
spec:
storageClassName: gp2
storageClassName: gp2-csi
resources:
requests:
storage: 5Gi
Expand All @@ -99,7 +99,7 @@ Add the following config:
...
volumeClaimTemplate:
spec:
storageClassName: gp2
storageClassName: gp2-csi
resources:
requests:
storage: 1Gi
Expand Down

0 comments on commit f9138f4

Please sign in to comment.