-
Notifications
You must be signed in to change notification settings - Fork 19
/
values.yaml
56 lines (56 loc) · 1.15 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
mongodb:
global:
nameOverride: "mongodb-orion"
fullnameOverride: "mongodb-orion"
architecture: replicaset
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
resources:
limits:
memory: 3Gi
requests:
cpu: 50m
memory: 300Mi
persistence:
enabled: true
size: 8Gi
readinessProbe:
timeoutSeconds: 60
arbiter:
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false
podLabels:
marinera/platform: fiware
marinera/component: core
marinera/subcomponent: persistence
marinera/product: mongodb
resources:
limits:
memory: 1.5Gi
requests:
cpu: 50m
memory: 300Mi
readinessProbe:
timeoutSeconds: 60
systemLogVerbosity: 1
podLabels:
marinera/platform: fiware
marinera/component: core
marinera/subcomponent: persistence
marinera/product: mongodb
metrics:
enabled: true
serviceMonitor:
enabled: true
resources:
limits:
memory: 1Gi
requests:
cpu: 50m
memory: 50Mi
readinessProbe:
timeoutSeconds: 60