generated from quixio/test-rig-demo-configuration-metadata
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquix.yaml
More file actions
45 lines (42 loc) · 1.23 KB
/
quix.yaml
File metadata and controls
45 lines (42 loc) · 1.23 KB
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
# Quix Project Descriptor
# This file describes the data pipeline and configuration of resources of a Quix Project.
metadata:
version: 1.0
# This section describes the Deployments of the data pipeline
deployments:
- name: LabTECH
application: labview-sim
version: latest
deploymentType: Service
resources:
cpu: 200
memory: 500
replicas: 1
publicAccess:
enabled: true
urlPrefix: labview-sim
variables:
- name: TEST_API_URL
inputType: FreeText
value: https://backend-api-quixers-testmanager-standalone.az-france-0.app.quix.io/api/v1/tests
- name: ECU_API_URL
inputType: FreeText
value: https://ecu-quixers-testrigdemotestrigsimulator-prod.az-france-0.app.quix.io/ecu/start
- name: Rig ECU
application: rigecu
version: latest
deploymentType: Service
resources:
cpu: 200
memory: 500
replicas: 1
publicAccess:
enabled: true
urlPrefix: ecu
variables:
- name: data_api_endpoint
inputType: FreeText
value: https://test-rig-data-quixers-testrigdemomeasurementdata-prod.az-france-0.app.quix.io/data
# This section describes the Topics of the data pipeline
topics:
- name: http-source