firefish/charts/calckey
2023-07-06 22:07:32 -05:00
..
templates make setting redis user work 2023-07-06 22:07:32 -05:00
.helmignore move chart to different dir 2023-06-07 13:31:58 -06:00
Chart.yaml update to v14.0.0-rc3 2023-06-27 09:20:13 -06:00
README.md make setting redis user work 2023-07-06 22:07:32 -05:00
values.yaml make setting redis user work 2023-07-06 22:07:32 -05:00

calckey

Version: 0.1.3 Type: application AppVersion: v14.0.0-rc3

A fun, new, open way to experience social media https://calckey.org

Requirements

Repository Name Version
https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami elasticsearch 19.0.1
https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami postgresql 11.1.3
https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami redis 16.13.2

Values

Key Type Default Description
affinity object {}
calckey.allowedPrivateNetworks list [] If you want to allow calckey to connect to private ips, enter the cidrs here.
calckey.deepl.authKey string ""
calckey.deepl.isPro bool false
calckey.deepl.managed bool false
calckey.domain string "calckey.local"
calckey.email.from_address string "notifications@example.com"
calckey.email.login string ""
calckey.email.managed bool false
calckey.email.password string ""
calckey.email.port int 587
calckey.email.server string "smtp.mailgun.org"
calckey.email.useImplicitSslTls bool false
calckey.isManagedHosting bool false
calckey.libreTranslate.apiKey string ""
calckey.libreTranslate.apiUrl string ""
calckey.libreTranslate.managed bool false
calckey.logTime bool true
calckey.objectStorage.access_key string ""
calckey.objectStorage.access_secret string ""
calckey.objectStorage.baseUrl string ""
calckey.objectStorage.bucket string ""
calckey.objectStorage.endpoint string ""
calckey.objectStorage.managed bool false
calckey.objectStorage.prefix string "files"
calckey.objectStorage.region string ""
calckey.reservedUsernames[0] string "root"
calckey.reservedUsernames[1] string "admin"
calckey.reservedUsernames[2] string "administrator"
calckey.reservedUsernames[3] string "me"
calckey.reservedUsernames[4] string "system"
calckey.separateWorker bool true
calckey.server.autoscaling.enabled bool false
calckey.server.autoscaling.maxReplicas int 100
calckey.server.autoscaling.minReplicas int 1
calckey.server.autoscaling.targetCPUUtilizationPercentage int 80
calckey.server.replicaCount int 1
calckey.server.resources object {}
calckey.worker.autoscaling.enabled bool false
calckey.worker.autoscaling.maxReplicas int 100
calckey.worker.autoscaling.minReplicas int 1
calckey.worker.autoscaling.targetCPUUtilizationPercentage int 80
calckey.worker.replicaCount int 1
calckey.worker.resources object {}
elasticsearch object {"auth":{},"enabled":false,"hostname":"","port":9200,"ssl":false} https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "docker.io/thatonecalculator/calckey"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
postgresql.auth.database string "calckey_production"
postgresql.auth.password string ""
postgresql.auth.username string "calckey"
postgresql.enabled bool true disable if you want to use an existing db; in which case the values below must match those of that external postgres instance
redis.auth.password string "" you must set a password; the password generated by the redis chart will be rotated on each upgrade:
redis.auth.user string "" optional - only used when using an external redis instance
redis.db string nil
redis.enabled bool true
redis.hostname string ""
redis.port int 6379
redis.prefix string nil
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.0