mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* 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>
35 lines
936 B
YAML
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
|