Files
deprecated-helm-charts/stable/ipfs/values.yaml
T
Dan AcristiniiandKubernetes Prow Robot 2b3d4ea1c9 [stable/ipfs] upgrade image, misstype in pvc size example (#13882)
* 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>
2019-05-28 07:24:01 -07:00

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