@@ -28,17 +28,20 @@ $ helm install --name my-release request/request-ipfs
28
28
29
29
The following table lists the configurable parameters of the Request IPFS chart and their default values.
30
30
31
- | Parameter | Description | Default |
32
- | ------------------------| --------------------------------------------------------------------------------------------------| -------------------------------|
33
- | ` replicaCount ` | The amount of replicas to run | ` 1 ` |
34
- | ` image.image ` | The docker image for the dedicated IPFS node | ` requestnetwork/request-ipfs ` |
35
- | ` image.tag ` | The version tag for the dedicated IPFS node image | ` v0.4.23 ` |
36
- | ` image.pullPolicy ` | Dedicated IPFS node image pull policy | ` Always ` |
37
- | ` swarm.loadBalancerIP ` | Static IP address used by the load balancer (optional) | ` null ` |
38
- | ` swarm.externalIP ` | Swarm address to announce to the network. Usually same as ` ipfs.swarm.loadBalancerIP ` (optional) | ` null ` |
39
- | ` identity.peerId ` | The IPFS node PeerID (optional) | ` null ` |
40
- | ` identity.privateKey ` | The IPFS node Private Key (optional) | ` null ` |
41
- | ` extraEnvs ` | Additional environment variables to pass down to the IPFS node (optional) | ` {} ` |
31
+ | Parameter | Description | Default |
32
+ | --------------------------------| -------------------------------------------------------------------------------------------------------------------| -------------------------------|
33
+ | ` replicaCount ` | The amount of replicas to run | ` 1 ` |
34
+ | ` image.image ` | The docker image for the dedicated IPFS node | ` requestnetwork/request-ipfs ` |
35
+ | ` image.tag ` | The version tag for the dedicated IPFS node image | ` v0.4.23 ` |
36
+ | ` image.pullPolicy ` | Dedicated IPFS node image pull policy | ` Always ` |
37
+ | ` swarm.port ` | Port to access the IPFS swarm | ` 4001 ` |
38
+ | ` swarm.externalIP ` | Swarm address to announce to the network (optional). Usually should be the same as ` swarm.service.loadBalancerIP ` | ` null ` |
39
+ | ` swarm.service.enabled ` | Whether to enable the load service to access to IPFS swarm | ` true ` |
40
+ | ` swarm.service.type ` | The service type to access the IPFS swarm | ` LoadBalancer ` |
41
+ | ` swarm.service.loadBalancerIP ` | Static IP address used by the load balancer (optional) | ` null ` |
42
+ | ` identity.peerId ` | The IPFS node PeerID (optional) | ` null ` |
43
+ | ` identity.privateKey ` | The IPFS node Private Key (optional) | ` null ` |
44
+ | ` extraEnvs ` | Additional environment variables to pass down to the IPFS node (optional) | ` {} ` |
42
45
43
46
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` .
44
47
0 commit comments