Skip to content

Commit

Permalink
chore: add default storage class gp2
Browse files Browse the repository at this point in the history
  • Loading branch information
amber committed Oct 23, 2024
1 parent e421b20 commit ad73a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions helm/rabbitmq-cluster-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
persistence:
enabled: true
storageClassName: "gp2" # This should match the StorageClass created in step 1
accessMode: ReadWriteOnce
size: 8Gi # Size of the Persistent Volume
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0

Expand All @@ -24,8 +19,8 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
defaultStorageClass: "gp2"
storageClass: "gp2"
## Compatibility adaptations for Kubernetes platforms
##
compatibility:
Expand Down
Empty file removed services/web/test
Empty file.

0 comments on commit ad73a18

Please sign in to comment.