Coder Social home page Coder Social logo

ipfs-helm's Introduction

IPFS

IPFS is a part of the distributed web - a peer-to-peer hypermedia protocol to make the web faster, safer, and more open.

TL;DR;

$ helm install stable/ipfs

Introduction

This chart bootstraps an IPFS deployment on a Kubernetes cluster using the Helm package manager.

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release stable/ipfs

The command deploys IPFS on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following table lists the configurable parameters of the Memcached chart and their default values.

Parameter Description Default
replicaCount The number of replicas of go-ipfs to run 1
service.type Type of the service: ClusterIP, LoadBalancer or NodePort ClusterIP
service.nameOverride The name to use for the service The full name of the release
ingressApi.enabled Enables Ingress for the IPFS api false
ingressApi.annotations IPFS api ingress annotations None:
ingressApi.hosts IPFS api ingress accepted hostnames None:
ingressApi.tls IPFS api ingress TLS configuration None:
ingressGateway.enabled Enables Ingress for the IPFS gateway false
ingressGateway.annotations IPFS gateway ingress annotations None:
ingressGateway.hosts IPFS gateway ingress accepted hostnames None:
ingressGateway.tls IPFS gateway ingress TLS configuration None:
persistence.enabled Turn on persistent storage for the IPFS data directory true
persistence.storageClass StorageClass to set for the persistent volume claim. The default storageclass in the cluster
persistence.annotations Extra annotations for the persistent volume claim. {}
persistence.accessModes List of access modes for use with the persistent volume claim ["ReadWriteOnce"]
persistence.size Size of the PVC for each IPFS pod, used as persistent cache 8Gi
service.swarm.enabled Expose port 4001 (IPFS swarm network port) false
service.swarm.type Service type for swarm LoadBalancer
service.swarm.nodePort Desired nodePort for service of type NodePort used for swarm requests blank ('') - will assign a dynamic node port

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

$ helm install --name my-release \
  --set persistence.size="20Gi" \
    stable/ipfs

The above command sets the disk size to 20Gi.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install --name my-release -f values.yaml stable/ipfs

Tip: You can use the default values.yaml as a base for customization.

Copyright

Forked from the depricated package at https://github.com/helm/charts/tree/master/stable/ipfs

ipfs-helm's People

Contributors

lizelive avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.