-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
96 lines (88 loc) · 1.96 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
envtype: "dev"
projectspace: "WWNC"
subdomain: "wwn"
servicesecret: "grundfos.gic.wwnc.raw.data.msi.api"
namespace: ""
wwncKeyVault:
name: ""
secrets:
postgres-connection-raw:
kvsecret: "rawdata-pg-connectionstring"
api:
name: grundfosgicwwncrawdataapi
env:
enabled: true
configmap: grundfos.gic.wwnc.raw.data.api
cpurequest: 150m
memoryrequest: 200Mi
cpulimit: 200m
memorylimit: 300Mi
backend:
port: 80
targetport: 80
protocol: TCP
image:
repository: ""
tag: ""
pullPolicy: "IfNotPresent"
subscriber:
name: grundfosgicwwncrawdatasubscriber
env:
enabled: true
replicas: 1
configmap: "grundfos.gic.wwnc.raw.data.subscriber"
cpurequest: 200m
memoryrequest: 300Mi
cpulimit: 500m
memorylimit: 600Mi
image:
repository: ""
tag: ""
pullPolicy: "IfNotPresent"
deadletterhandler:
name: grundfosgicwwncrawdatadeadletterhandler
env:
enabled: true
successfuljobshistorylimit: 1
failedjobshistorylimit: 1
terminationgraceperiodseconds: 10
concurrencypolicy: Forbid
restartpolicy: OnFailure
configmap: "grundfos.gic.wwnc.raw.data.deadletterhandler"
memoryrequest: 64Mi
memorylimit: 128Mi
image:
repository: ""
tag: ""
pullPolicy: "IfNotPresent"
runner:
name: grundfosgicwwncrawdatarunner
env:
enabled: true
successfuljobshistorylimit: 1
failedjobshistorylimit: 1
terminationgraceperiodseconds: 10
concurrencypolicy: Forbid
restartpolicy: OnFailure
configmap: "grundfos.gic.wwnc.raw.data.runner"
memoryrequest: 64Mi
memorylimit: 128Mi
image:
repository: ""
tag: ""
pullPolicy: "IfNotPresent"
migration:
name: grundfosgicwwncrawdatamigration
env:
enabled: true
cpurequest: 150m
memoryrequest: 200Mi
cpulimit: 200m
memorylimit: 300Mi
restartpolicy: Never
backofflimit: 3
activedeadlineseconds: 120
image:
repository: ""
tag: ""
pullPolicy: "IfNotPresent"