mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
* misstype in pvc size example instead of persistence.size, the example was referencing storage.size which will not work Signed-off-by: danacr <dan@kryha.io> * bumped chart and ipfs version Signed-off-by: danacr <dan@kryha.io> * version bump Signed-off-by: danacr <dan@kryha.io>
23 lines
546 B
YAML
23 lines
546 B
YAML
replicaCount: 1
|
|
|
|
image: ipfs/go-ipfs:v0.4.20
|
|
|
|
service:
|
|
type: ClusterIP
|
|
|
|
resources: {}
|
|
|
|
persistence:
|
|
enabled: true
|
|
## ipfs data Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## 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)
|
|
##
|
|
# storageClass: "-"
|
|
size: "8Gi"
|
|
accessModes:
|
|
- ReadWriteOnce
|