Skip to content

Commit

Permalink
fix: Updated default storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnull committed Mar 8, 2024
1 parent fcb042a commit 4955a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kustomize/mariadb-cluster/base/mariadb-galera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
database: mariadb

storage:
size: 1Gi
size: 10Gi
storageClassName: general
resizeInUseVolumes: true
waitForVolumeResize: true
Expand All @@ -20,7 +20,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storage: 10Gi
storageClassName: general

replicas: 3
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
volumeClaimTemplate:
resources:
requests:
storage: 300Mi
storage: 10Gi
accessModes:
- ReadWriteOnce

Expand Down

0 comments on commit 4955a97

Please sign in to comment.