-
Notifications
You must be signed in to change notification settings - Fork 1
/
CFPE.yaml
37 lines (37 loc) · 1.06 KB
/
CFPE.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
data_format_version: 0.6
# --- MUST HAVE
id: CFPAEMail
name: CfP Announcement EMail Service
type: Service
owner: Team CFP
description: This Service sends a CfP EMail and Reminder to all interested partners.
short_name: CFPE
# --- MUST HAVE END
contact: Warren Green
tags:
- Announcement
links:
homepage: http://wiki.local/cfpemail
buildchain: http://ci.local/cfpemail
#-------------------------------------------------------------------------------
service:
provides:
- description: REST API for EMailing the announcement
service_name: email-announcement-service
protocol: https
port: 9443
transport_protocol: tcp
public_dns:
- mx.superconf.io
#-------------------------------------------------------------------------------
context:
belongs_to_bounded_context: Announcement
visibility: private
#-------------------------------------------------------------------------------
runtime:
cpu: S
ram: S
disk: S
host_type: Docker
network_zone: DMZ
#-------------------------------------------------------------------------------