-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.yml
29 lines (28 loc) · 918 Bytes
/
manifest.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
# Generated manifest.yml based on template version 0.1.0
# appName = mytimes
# language=nodejs
# multitenancy=false
---
applications:
# -----------------------------------------------------------------------------------
# Backend Service
# -----------------------------------------------------------------------------------
- name: 2607-mytimes-srv
random-route: true # for development only
path: gen/srv
memory: 256M
buildpack: nodejs_buildpack
services:
- 2607-mytimes-db
# -----------------------------------------------------------------------------------
# HANA Database Content Deployer App
# -----------------------------------------------------------------------------------
- name: mycity-db-deployer
path: gen/db
no-route: true
health-check-type: process
memory: 256M
instances: 1
buildpack: nodejs_buildpack
services:
- mycity-db