-
Notifications
You must be signed in to change notification settings - Fork 3
/
astarte.yaml
65 lines (64 loc) · 1.23 KB
/
astarte.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
apiVersion: api.astarte-platform.org/v1alpha3
kind: Astarte
metadata:
annotations:
astarte-platform.org/deployment-profile: burst
name: astarte
spec:
api:
host: api.autotest.astarte-platform.org
cassandra:
deploy: true
heapNewSize: 256M
maxHeapSize: 512M
resources:
limits:
cpu: 1000m
memory: 2048M
requests:
cpu: 500m
memory: 1024M
storage:
size: 4G
cfssl:
deploy: true
resources:
limits:
cpu: 0m
memory: 128M
requests:
cpu: 0m
memory: 128M
storage:
size: 2Gi
components:
# Resources are not set. We're indeed using a burst profile
dataUpdaterPlant:
dataQueueCount: 128
rabbitmq:
deploy: true
resources:
limits:
cpu: 1000m
memory: 512M
requests:
cpu: 200m
memory: 256M
storage:
size: 4G
vernemq:
deploy: true
host: broker.autotest.astarte-platform.org
port: 8883
resources:
limits:
cpu: 0m
memory: 256M
requests:
cpu: 0m
memory: 256M
sslListener: true
sslListenerCertSecretName: test-certificate
storage:
size: 4G
version: "$ASTARTE_VERSION"