Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.85 KB

File metadata and controls

32 lines (24 loc) · 1.85 KB

session-db

Version: 4.2.1

A Helm chart for Kubernetes

Requirements

Kubernetes: >= 1.14.0-0

Repository Name Version
file://../magda-postgres magda-postgres 4.2.1

Values

Key Type Default Description
autoCreateSecret bool true whether auto-create secret for client account password. After the migrator runs properly, a non-superuser DB account (named client) will be created. Its password will loaded from secret {{ .Chart.Name }}-password (e.g. authorization-db-passwor) & key: password. Set this option to true will make helm auto-create the secret with random password, ONLY when the secret not exists.
defaultImage.pullPolicy string "IfNotPresent"
defaultImage.pullSecrets bool false
defaultImage.repository string "ghcr.io/magda-io"
image object {"name":"magda-migrator-session-db"} migrator docker image settings
magda-postgres.postgresql.fullnameOverride string "session-db-postgresql"
magda-postgres.postgresql.nameOverride string "session-db-postgresql"
magda-postgres.postgresql.persistence.size string "25Gi"
magda-postgres.postgresql.resources.requests.cpu string "100m"
magda-postgres.postgresql.resources.requests.memory string "128Mi"
migratorBackoffLimit int 6 No. of retries before the migrator job is considered as failed. Failed Pods associated with the Job are recreated by the Job controller with an exponential back-off delay (10s, 20s, 40s ...) capped at six minutes.

Autogenerated from chart metadata using helm-docs v1.13.1