-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquix.yaml
More file actions
53 lines (51 loc) · 1.22 KB
/
quix.yaml
File metadata and controls
53 lines (51 loc) · 1.22 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
46
47
48
49
50
51
52
53
# 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: minio
application: minio
version: latest
group: Minio
deploymentType: Service
resources:
cpu: 1000
memory: 500
replicas: 1
state:
enabled: true
size: 1
network:
serviceName: minio
ports:
- port: 9000
targetPort: 9000
variables:
- name: MINIO_ROOT_USER
inputType: Secret
description: The root username to initialize Minio with
required: true
secretKey: s3_user
- name: MINIO_ROOT_PASSWORD
inputType: Secret
description: The root password to initialize MongoDB with
required: true
secretKey: s3_secret
- name: Minio proxy
application: minio-proxy
version: latest
group: Minio
deploymentType: Service
resources:
cpu: 200
memory: 500
replicas: 1
publicAccess:
enabled: true
urlPrefix: minioproxy
network:
serviceName: minio-proxy
ports:
- port: 80
targetPort: 80