Skip to content

Commit

Permalink
fix: proper storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 20, 2024
1 parent 8618dba commit 4366263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ vcluster:
topology.kubernetes.io/zone: ap-southeast-1a
storage:
persistence: true
className: ebs-gp3
labels:
<<: *tags
annotations:
Expand Down
1 change: 1 addition & 0 deletions chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ vcluster:
etcd:
storage:
persistence: true
className: ebs-gp3
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1b
labels:
Expand Down
1 change: 1 addition & 0 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ vcluster:
replicas: 3
storage:
persistence: true
className: ebs-gp3
labels:
<<: *tags
annotations:
Expand Down

0 comments on commit 4366263

Please sign in to comment.