mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2024-11-09 23:53:50 +00:00
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
silverbullet
A Helm chart for SilverBullet - a note-taking application optimized for people with a hacker mindset
Homepage: https://silverbullet.md/
Source Code
Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "zefhemel/silverbullet" |
|
image.tag | string | "" |
Overrides the image tag whose default is the chart appVersion. |
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.className | string | "" |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "silverbullet.local" |
|
ingress.hosts[0].paths[0].path | string | "/" |
|
ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
persistence.accessMode | string | "ReadWriteOnce" |
|
persistence.annotations | object | {} |
|
persistence.enabled | bool | false |
Persistence config for the /space volume |
persistence.existingClaim | string | "" |
|
persistence.size | string | "1Gi" |
|
persistence.storageClass | string | "" |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
resources | object | {} |
|
securityContext.readOnlyRootFilesystem | bool | true |
|
securityContext.runAsNonRoot | bool | true |
|
securityContext.runAsUser | int | 1000 |
|
service.port | int | 3000 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
Specifies whether a service account should be created |
serviceAccount.name | string | "" |
The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
silverbullet.authentication | bool | true |
Enable/disable user and password authentication |
silverbullet.pass | string | "silverbullet" |
Password to use for logging in |
silverbullet.user | string | "admin" |
Username to use for logging in |
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.12.0