mvniekerk opened a new pull request, #2183:
URL: https://github.com/apache/iggy/pull/2183
Add PVC configuration to the Helm chart.
Added configuration on the values:
| Key | Type | Default
|
Description |
| -- | -- | -- | -- |
| persistence.accessMode | string | "ReadWriteOnce" | PVC Access mode
persistence.annotations | object | {} | PVC annotations
persistence.enabled | bool | false | Enable persistence using a PVC
persistence.size | string | "8Gi" | PVC claim size
persistence.storageClass | string | "-" | Persistent Volume Storage Class If
defined, storageClassName: If set to "-", storageClassName: "", which disables
dynamic provisioning If undefined (the default) or set to null, no
storageClassName spec is set, choosing the default provisioner. (gp2 on AWS,
standard on GKE, AWS & OpenStack)
<br class="Apple-interchange-newline">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]