Skip to content

Latest commit

 

History

History

rds-downscaler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

rds-downscaler

Version: 1.0.4 AppVersion: 1.0

A small python script that runs on a cron schedule and periodically downscales AWS RDS instances.

It will filter RDS instances/clusters by tag key and value or a particular cluster specified with cluster identifier.

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

How to install this chart

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/rds-downscaler

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

helm install my-release deliveryhero/rds-downscaler

To install with some set values:

helm install my-release deliveryhero/rds-downscaler --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/rds-downscaler -f values.yaml

Values

Key Type Default Description
affinity object {}
clusterIdentifiers string "" A comma separated string with RDS Aurora Cluster Identifiers
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "python"
image.tag string "3.7.0-alpine3.8"
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
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":"20","minute":"00"} Cron schedule of the downscale job
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tag object {"key":"","values":""} AWS tag used to find RDS instances/clusters
tolerations list []

Maintainers

Name Email Url
max-rocket-internet [email protected]