-
Notifications
You must be signed in to change notification settings - Fork 287
/
values.yaml
45 lines (39 loc) · 979 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# tag -- AWS tag used to find RDS instances/clusters
tag:
# key -- The tag name
key: ""
# value -- The tag value
values: ""
# clusterIdentifiers -- A comma separated string with RDS Aurora Cluster Identifiers
clusterIdentifiers: ""
image:
repository: python
tag: 3.7.0-alpine3.8
pullPolicy: IfNotPresent
# schedule -- Cron schedule of the downscale job
schedule:
# minute -- Cron schedule minute of the downscale job
minute: "00"
# hour -- Cron schedule hour of the downscale job
hour: "20"
resources:
requests:
cpu: 10m
memory: 128Mi
limits:
cpu: 500m
memory: 128Mi
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
annotations: {}
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
nodeSelector: {}
tolerations: []
affinity: {}
podLabels: {}