forked from PatrickMiraP/hackaton-feb-2024
-
Notifications
You must be signed in to change notification settings - Fork 1
/
quix.yaml
45 lines (42 loc) · 1 KB
/
quix.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
# 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: demo-data-source
application: demo-data-source
version: latest
deploymentType: Service
resources:
cpu: 200
memory: 800
replicas: 1
variables:
- name: output
inputType: OutputTopic
required: false
value: f1-data
- name: starter-visualization
application: starter-visualization
version: latest
deploymentType: Service
network:
serviceName: Visualization
ports:
- port: 80
targetPort: 5000
publicAccess:
enabled: true
resources:
cpu: 200
memory: 800
replicas: 1
variables:
- name: input
inputType: InputTopic
required: false
value: f1-data
# This section describes the Topics of the data pipeline
topics:
- name: f1-data