-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.yaml
61 lines (49 loc) · 1.36 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Default values for replika.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# -- Provide a name in place of replika
nameOverride: ""
# -- Provide a name to substitute for the full names of resources
fullnameOverride: ""
# -- Provide desired replicas
replicaCount: 1
# -- Schedule job
schedule: "5 * * * *"
# -- Image of replika deployment
image:
repository: devopsiaci/release-cleaner
tag: latest
pullPolicy: IfNotPresent
# -- ImagePullSecrets is an optional list of references to secrets
# in the same namespace to use for pulling any of the images
imagePullSecrets: []
# - name: ""
# -- Resource limits & requests
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# -- Assign custom affinity rules
affinity: {}
# -- Define which Nodes the Pods are scheduled on
nodeSelector: {}
# project: common
# -- Pods tolerations
tolerations: []
# - key: project
# operator: Equal
# value: "common"
# effect: NoSchedule
# -- Text string with the namespace names where the cleaner will work
# If none is specified, by default it will be executed in the default namespace
# Example: "default, monitoring"
namespacesClean: "default"
# -- Exclusion of releases
# List of releases to be excluded by the cleaner
releasesExclude:
enabled: false
releases:
- my-release