Skip to content

Commit

Permalink
fix: incorrect storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 17, 2024
1 parent b522f47 commit 92a8583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ etcd:
persistence:
enabled: true
accessModes: [ "ReadWriteOnce" ]
storageClass: "ebs"
storageClass: "ebs-gp3"
replicaCount: 3
fullnameOverride: iodine-etcd
vcluster:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ etcd:
persistence:
enabled: true
accessModes: [ "ReadWriteOnce" ]
storageClass: "ebs"
storageClass: "ebs-gp3"
replicaCount: 3
fullnameOverride: iodine-etcd
vcluster:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ etcd:
persistence:
enabled: true
accessModes: [ "ReadWriteOnce" ]
storageClass: "ebs"
storageClass: "ebs-gp3"
replicaCount: 3
fullnameOverride: iodine-etcd
vcluster:
Expand Down

0 comments on commit 92a8583

Please sign in to comment.