-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathprofile.yml
49 lines (48 loc) · 1008 Bytes
/
profile.yml
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
# Application profile
application:
slug: submission-agent
subsystem: submission-moderation
service_group: backend
containers:
- name: worker
type: celery
resources:
memory:
min: 128Mi
max: 256Mi
cpu:
min: 100m
max: 300m
- name: agent
type: kinesis
resources:
memory:
min: 128Mi
max: 256Mi
cpu:
min: 100m
max: 300m
dependencies:
- name: database
type: maria
description: Checkpoint DB.
- name: classic
type: mysql
description: Classic submission DB.
- name: filemanager
type: http
description: File manager service.
- name: compiler
type: http
description: Compiler service.
- name: plaintext
type: http
description: Plain text extraction service.
- name: classifier
type: http
description: Classifier service.
- name: mail
type: smtp
description: arXiv SMTP server.
- type: kinesis
description: SubmissionEvents