Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 2.39 KB

README.md

File metadata and controls

62 lines (53 loc) · 2.39 KB

explore-ipld-io-chart

A Helm chart for Kubernetes

Version: 0.1.16 Type: application AppVersion: v0.1.29

Installing the Chart

Add repository

helm repo add paradeum-team https://paradeum-team.github.io/helm-charts/

Install chart

helm install my-ipfs-cluster-extend paradeum-team/ipfs-cluster-extend --version 0.1.16

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
envFrom list []
env[0].name string "TITLE"
env[0].value string "cid-utils-website"
extraVolumeMounts[0].mountPath string "/etc/localtime"
extraVolumeMounts[0].name string "localtime"
extraVolumeMounts[0].readOnly bool true
extraVolumes[0].hostPath.path string "/etc/localtime"
extraVolumes[0].name string "localtime"
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "registry.solarfs.io/ipfs/explore-ipld-io"
image.tag string "v0.1.29"
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []