forked from pivio/pivio-demo-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCFPA.yaml
46 lines (46 loc) · 1.36 KB
/
CFPA.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
data_format_version: 0.6
# --- MUST HAVE
id: CFPAnnouncement
name: CfP Announcement Service
type: Service
owner: Team CFP
description: This service announces the Call for Papers on the Web. It also provides a REST API for partners.
short_name: CFPA
# --- MUST HAVE END
contact: Warren Green
tags:
- Announcement
links:
homepage: http://wiki.local/cfpannouncement
buildchain: http://ci.local/cfpannouncement
#-------------------------------------------------------------------------------
service:
provides:
- description: Web Display of the Announcement
service_name: web-announcement-service
protocol: https
port: 80
transport_protocol: tcp
public_dns:
- cfp.superconf.io
- description: REST API for updating CfP data
service_name: rest-announcement-service
protocol: https
port: 9449
transport_protocol: tcp
depends_on:
internal:
- service_name: user-service
- service_name: email-announcement-service
#-------------------------------------------------------------------------------
context:
belongs_to_bounded_context: Announcement
visibility: public
#-------------------------------------------------------------------------------
runtime:
cpu: XL
ram: S
disk: S
host_type: Docker
network_zone: DMZ
#-------------------------------------------------------------------------------