-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhelm-cloud.yaml
68 lines (64 loc) · 1.29 KB
/
helm-cloud.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
# @author Alejandro Galue <agalue@opennms.com>
# Example content for the Helm Chart values with modest resources for a Cloud Deployment
dependencies:
loki:
hostname: loki.shared.svc
port: 3100
kafka:
hostname: onms-kafka-bootstrap.shared.svc # Please change it
port: 9093
configuration:
sasl_mechanism: SCRAM-SHA-512
security_protocol: SASL_SSL
elasticsearch:
hostname: onms-es-http.shared.svc # Please change it
port: 9200
configuration:
flows:
index_strategy: daily
replication_factor: 0
num_shards: 1
postgresql:
hostname: onms-db.shared.svc # Please change it
port: 5432
opennms:
resources:
limits:
cpu: '2'
memory: 8Gi
requests:
cpu: '2'
memory: 4Gi
configuration:
storage:
etc: 1Gi
rrd: 100Gi
uiServers:
replicaCount: 0
#sentinel:
# replicaCount: 1
# resources:
# limits:
# cpu: '1'
# memory: 4Gi
# requests:
# cpu: '1'
# memory: 2Gi
grafana:
replicaCount: 2
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
imageRenderer:
replicaCount: 2
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi