Skip to content

Commit

Permalink
Set explicit storageClassName in monitoring examples and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Aug 7, 2024
1 parent e7c45dc commit 436a2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
storage:
volumeClaimTemplate:
spec:
storageClassName: scylladb-local-xfs
resources:
requests:
storage: 1Gi
Expand Down
1 change: 1 addition & 0 deletions examples/monitoring/v1alpha1/scylladbmonitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
volumeClaimTemplate:
spec:
resources:
storageClassName: scylladb-local-xfs
requests:
storage: 1Gi
grafana:
Expand Down

0 comments on commit 436a2a1

Please sign in to comment.