forked from FIWARE-Ops/marinera
-
Notifications
You must be signed in to change notification settings - Fork 2
/
values.yaml
70 lines (58 loc) · 1.48 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
source: https://github.com/FIWARE-Ops/marinera
release: fiware
destination_namespace: &destination fiware
branch: &branch main
secretsEnabled: &secretsEnabled true
host: crc.testing
argoNamespace: argocd
applications:
# Dont change mongodb name, current orion config relies on it.
- name: mongodb-orion
enabled: true
source_path: applications/mongodb/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
values:
mongodb:
architecture: standalone
- name: orion-ld
enabled: true
source_path: applications/orion-ld/chart
source_ref: *branch
destination: *destination
secretsReady: true # Don't change. This means that the chart is prepared to use Sealed Secrets
helm_values:
- values.yaml
values:
orion-ld:
broker:
db:
hosts:
- mongodb-orion
deployment:
replicaCount: 1
route:
enabled: true
- name: grafana
enabled: false
- name: grafana-metrics
enabled: false
- name: keycloak
enabled: false
- name: kong
enabled: false
- name: timescaledb-single
enabled: false
- name: quantumleap
enabled: false
- name: air-quality
enabled: false
- name: keycloak-pep
enabled: false
- name: airquality-simulator
enabled: false
- name: marinera-secrets
enabled: false