Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 3.33 KB

File metadata and controls

88 lines (67 loc) · 3.33 KB

pg-repack-scheduler

Version: 1.0 AppVersion: 1.0

For running pg_repack as a Job or CronJob. By default the CronJob is disabled but a new Job can be created adhoc like this:

kubectl create job pg-repack --from=cronjob/pg-repack-scheduler

Homepage: https://github.com/deliveryhero/helm-charts

How to install this chart

A simple install with default values, latest chart version and generated name:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/pg-repack-scheduler

To install a specific version of this chart:

helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/pg-repack-scheduler --version 1.0

To install the chart with the release name my-release:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/pg-repack-scheduler

To install with some set values:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/pg-repack-scheduler --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release oci://ghcr.io/deliveryhero/helm-charts/pg-repack-scheduler -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}
db_settings.database string "my-db"
db_settings.host string "my-db-host.domain.com"
db_settings.password string "CHANGE_ME"
db_settings.user string "postgres"
environment object {} Any environment variables
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "maxrocketinternet/pg-repack-scheduler"
image.tag string "0.1"
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
pg_repack_run_settings.cleanup string "true"
pg_repack_run_settings.detailed_logging string "true"
pg_repack_run_settings.install_maint_objects string "true"
pg_repack_run_settings.objectlist_sql string `"select schemaname
pg_repack_run_settings.objectlisttype string "query"
pg_repack_run_settings.parallel_job int 4
pg_repack_run_settings.type string "T"
podLabels object {}
resources.limits.cpu string "500m"
resources.limits.memory string "128Mi"
resources.requests.cpu string "10m"
resources.requests.memory string "128Mi"
schedule object {"hour":"04","minute":"00","suspend":true} Cron schedule of the downscale job
schedule.hour string "04" Cron schedule hour of the downscale job
schedule.minute string "00" Cron schedule minute of the downscale job
schedule.suspend bool true Whether to suspend (disable) the cronjob
tolerations list []

Maintainers

Name Email Url
max-rocket-internet max.williams@deliveryhero.com