Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

bonfire

Version: 0.1.0 Type: application AppVersion: 1.0.0-rc.3.6

A Helm chart for deploying bonfire on Kubernetes

Homepage: https://bonfirenetworks.org/

Source Code

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
extraEnv object {}
extraEnvFrom list []
fullnameOverride string ""
image.arch string "amd64"
image.flavour string "social"
image.pullPolicy string "IfNotPresent"
image.repository string "bonfirenetworks/bonfire"
image.version string nil
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "bonfire-test.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
livenessProbe.httpGet.path string "/dashboard"
livenessProbe.httpGet.port string "http"
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podLabels object {}
podSecurityContext object {}
postgres.db string "postgres"
postgres.host string nil
postgres.password string "postgres"
postgres.user string "postgres"
readinessProbe.httpGet.path string "/dashboard"
readinessProbe.httpGet.port string "http"
replicaCount int 1
resources object {}
secrets.existingAppSecret string nil
securityContext object {}
service.port int 4000
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.automount bool true
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []
volumeMounts list []
volumes list []

Autogenerated from chart metadata using helm-docs v1.14.2