forked from validatedpatterns/industrial-edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-factory.yaml
65 lines (57 loc) · 1.51 KB
/
values-factory.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
clusterGroup:
name: factory
isHubCluster: false
namespaces:
- manuela-stormshift-line-dashboard
- manuela-stormshift-machine-sensor
- manuela-stormshift-messaging
subscriptions:
- name: seldon-operator-certified
namespaces:
- openshift-operators
source: certified-operators
- name: amq-streams
namespace: manuela-stormshift-messaging
- name: amq-broker-rhel8
namespace: manuela-stormshift-messaging
- name: red-hat-camel-k
namespace: manuela-stormshift-messaging
projects:
- factory
applications:
- name: stormshift
project: factory
path: charts/factory/manuela-stormshift
extraValueFiles:
- /overrides/values-prod-imagedata.yaml
#
# To have apps in multiple flavors, use namespaces and use helm overrides as appropriate
#
# - name: pipelines
# namespace: production
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: stable
# overrides:
# - name: myparam
# value: myparam
#
# - name: pipelines
# namespace: staging
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: main
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
# +Y RAM
# +Z CPU
# - name: vendor-app
# namespace: default
# project: vendor
# path: path/to/myapp
# repoURL: https://github.com/vendor/applications.git
# targetRevision: main