oecis-charts/charts/vikunja
2024-02-09 23:05:06 +01:00
..
templates [vikunja] removeOpenIdInitContainer and replace with general initContainers 2024-02-09 23:05:06 +01:00
.helmignore migrate charts 2023-08-27 15:38:50 +02:00
Chart.lock update vikunja to 0.22.0 2023-12-22 15:30:31 +01:00
Chart.yaml [vikunja] removeOpenIdInitContainer and replace with general initContainers 2024-02-09 23:05:06 +01:00
README.md [vikunja] removeOpenIdInitContainer and replace with general initContainers 2024-02-09 23:05:06 +01:00
values.yaml [vikunja] removeOpenIdInitContainer and replace with general initContainers 2024-02-09 23:05:06 +01:00

vikunja

Version: 0.1.4 Type: application AppVersion: 0.22.1

The to-do app to organize your life

Homepage: https://vikunja.io/

Source Code

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami postgresql 12.x.x
https://charts.bitnami.com/bitnami redis 17.x.x

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
backend.extraEnv list []
backend.extraVolumeMounts list []
backend.extraVolumes list []
backend.image.pullPolicy string "IfNotPresent"
backend.image.repository string "vikunja/api"
backend.image.tag string "latest"
backend.initContainers list []
backend.service.port int 3456
backend.service.type string "ClusterIP"
config.cache.enabled bool false
config.cache.maxElementSize int 1000
config.cache.redis.enabled bool false
config.cache.redis.host string ""
config.cache.type string "redis"
config.db.database string ""
config.db.existingSecret string ""
config.db.host string ""
config.db.password string ""
config.db.secretKeys.dbPasswordKey string "user-password"
config.db.type string "postgres"
config.db.user string ""
config.frontendUrl string "https://tasks.local"
config.jwt.existingSecret string ""
config.jwt.secretKeys.jwtSecretKey string "jwt-secret"
config.linkSharing bool true
config.log.level string "ERROR"
config.registration bool true
config.taskAttachments bool true
frontend.extraEnv list []
frontend.extraVolumeMounts list []
frontend.extraVolumes list []
frontend.image.pullPolicy string "IfNotPresent"
frontend.image.repository string "vikunja/frontend"
frontend.image.tag string "latest"
frontend.initContainers list []
frontend.service.port int 80
frontend.service.type string "ClusterIP"
fullnameOverride string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "tasks.local"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
postgresql.enabled bool true
redis.auth.enabled bool false
redis.enabled bool true
replicaCount int 1
resources object {}
securityContext object {}
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.2