Skip to content

paradeum-team/explore-ipld-io-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 []

Releases

No releases published

Packages

No packages published

Languages