mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
.. | ||
templates | ||
Chart.yaml | ||
README.md | ||
values.yaml |
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 | [] |