Skip to content

Commit

Permalink
chore:setting storage to gp3
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 12, 2024
1 parent d35f1e3 commit f41b4b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blueprints/02-at-scale/cbci/casc/oc/items/root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ items:
kubernetes:
memory: 2048
cpus: 1.0
disk: 20
storageClassName: "gp3-aza"
disk: 10
storageClassName: "gp3"
# Casc, Non-HA
- kind: managedController
name: team-b
Expand All @@ -19,7 +19,7 @@ items:
memory: 6144
cpus: 2.0
disk: 5
storageClassName: "gp3-aza"
storageClassName: "gp3"
yaml: |-
---
apiVersion: "apps/v1"
Expand Down

0 comments on commit f41b4b0

Please sign in to comment.