charts/charts/dashmachine
2020-09-01 11:02:47 -04:00
..
templates [dashmachine] initial chart release for dashmachine (#26) 2020-09-01 11:02:47 -04:00
Chart.yaml [dashmachine] initial chart release for dashmachine (#26) 2020-09-01 11:02:47 -04:00
README.md [dashmachine] initial chart release for dashmachine (#26) 2020-09-01 11:02:47 -04:00
values.yaml [dashmachine] initial chart release for dashmachine (#26) 2020-09-01 11:02:47 -04:00

dashmachine

DashMachine is another web application bookmark dashboard, with fun features.

Chart Values

Key Type Default Description
affinity object {}
deploymentAnnotations object {}
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "rmountjoy/dashmachine"
image.tag string "latest"
ingress.annotations object {}
ingress.enabled bool false
ingress.hosts[0] string "chart-example.local"
ingress.paths[0] string "/"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
persistence.accessModes[0] string "ReadWriteOnce"
persistence.enabled bool false
persistence.size string "1Gi"
persistence.storageClassName string ""
podAnnotations object {}
replicaCount int 1
resources object {}
service.port int 5000
service.type string "ClusterIP"
tolerations list []