Files
deprecated-helm-charts/stable/ipfs/values.yaml
T
Bruno Clermont a9ce4492c9 stable/ipfs Update, Scrape, NodePort, etc (#15709)
* add swarm port 4001 and support nodeport service

Signed-off-by: Bruno Clermont <bruno@robotinfra.com>

* bump to 0.4.21

Signed-off-by: Bruno Clermont <bruno@robotinfra.com>

* scrape prometheus metrics

Signed-off-by: Bruno Clermont <bruno@robotinfra.com>

* add probes

Signed-off-by: Bruno Clermont <bruno@robotinfra.com>

* bump version

Signed-off-by: Bruno Clermont <bruno@robotinfra.com>

* Fix example port (304001 is > 65534)

Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
2019-07-29 11:00:25 -07:00

35 lines
936 B
YAML

replicaCount: 1
image: ipfs/go-ipfs:v0.4.21
service:
type: ClusterIP
swarm:
enabled: false
type: ClusterIP
# loadBalancerIP: ""
# externalIP: ""
## Further config for service of type NodePort
## Default config with empty string "" will assign a dynamic nodePort
nodePort: ""
## If static nodePort configuration is required it can be enabled as below
## Configure ports in allowable range (eg. 30000 - 32767 on minikube)
# nodePort: 34001
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