Skip to content

Commit

Permalink
feat(cloud): update percona cluster chart (openebs test)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfade committed Mar 18, 2022
1 parent f6778be commit eb1454b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/percona-xtradb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.10.12
version: 1.10.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
13 changes: 10 additions & 3 deletions charts/percona-xtradb-cluster/templates/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,16 @@ spec:
podDisruptionBudget:
maxUnavailable: 1
volumeSpec:
hostPath:
path: /data
type: DirectoryOrCreate
persistentVolumeClaim:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 200Gi
storageClassName: openebs-hostpath
# hostPath:
# path: /data
# type: DirectoryOrCreate
#persistentVolumeClaim:
# storageClassName: {{ .Values.storage_class_name }}
# accessModes: [ "ReadWriteOnce" ]
Expand Down

0 comments on commit eb1454b

Please sign in to comment.