rancher-partner-charts/charts/quobyte/quobyte-cluster
github-actions[bot] 8edb5ccbcb Charts CI
```
Updated:
  bitnami/cassandra:
    - 10.5.6
  bitnami/mariadb:
    - 14.0.0
  bitnami/mysql:
    - 9.12.4
  bitnami/postgresql:
    - 13.1.1
  bitnami/redis:
    - 18.1.3
  bitnami/wordpress:
    - 17.1.17
  datadog/datadog:
    - 3.39.2
  jfrog/artifactory-ha:
    - 107.68.14
  jfrog/artifactory-jcr:
    - 107.68.14
  quobyte/quobyte-cluster:
    - 0.1.10
  redpanda/redpanda:
    - 5.6.2
```
2023-10-09 20:44:30 +00:00
..
templates Charts CI 2023-10-09 20:44:30 +00:00
Chart.yaml Charts CI 2023-10-09 20:44:30 +00:00
Readme.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
app-readme.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
questions.yaml Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
values.yaml Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00

Readme.md

Quobyte Cluster Helm Chart

This Helm Chart will install a Quobyte storage cluster.

Preparation

You need to specify the infrastructure provider to provision storage devices. A sample "values.yaml" looks like this:

quobyte:
  # Name depends on the cloud environment, e.g. pd-ssd for Google Kubernetes Engine
  # flashStorage: "gp2" # AWS general purpose SSD
  # flashStorage: "Standard_LRS"  # Azure "Standard Locally Redundant Storage"
  flashStorage: "pd-ssd"
  # Storage provider depending to the cloud environment
  # storageProvisioner: "kubernetes.io/aws-ebs"
  # storageProvisioner: "kubernetes.io/azure-disk" 
  storageProvisioner: "kubernetes.io/gce-pd"

You can inspect the values.yaml for other values to modify, but default should work.

This Helm Chart can be installed as usual:

helm repo add quobyte https://quobyte.github.io/quobyte-k8s-resources/helm-charts
helm repo update
helm install my-storage-cluster quobyte/quobyte-cluster