forked from pivio/pivio-demo-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCNF-PRGRM-DB.yaml
34 lines (34 loc) · 942 Bytes
/
CNF-PRGRM-DB.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
data_format_version: 0.6
# --- MUST HAVE
id: programdb
name: Program DB
type: Service
owner: Team Program
description: MySQL of all Program data
short_name: CNF-PRGRM-DB
# --- MUST HAVE END
contact: James Blue
tags:
links:
homepage: http://wiki.local/programdb
buildchain: http://ci.local/programdb
#-------------------------------------------------------------------------------
service:
provides:
- description: SSL Access to the program db
service_name: program-db
protocol: mysql
port: 3307
transport_protocol: tcp
#-------------------------------------------------------------------------------
context:
belongs_to_bounded_context: Program
visibility: private
#-------------------------------------------------------------------------------
runtime:
cpu: M
ram: M
disk: M
host_type: Metal
network_zone: Core
#-------------------------------------------------------------------------------