-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest-template.yml
86 lines (86 loc) · 2.49 KB
/
manifest-template.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
applications:
- name: CF_SPACE-api-security
instances: 1
memory: 512M
path: api/CcsSso.Security.Api/bin/Release/net6.0
buildpack: https://github.com/cloudfoundry/dotnet-core-buildpack.git
routes:
- route: CF_SPACE-api-security.london.cloudapps.digital
services:
- CF_SPACE-security-pg-service
- CF_SPACE-security-redis-service
- CF_SPACE-ssm-service
- CF_SPACE-data-sqs-service
env:
CACHE_NUGET_PACKAGES: false
- name: CF_SPACE-api-wrapper
instances: 1
memory: 512M
path: api/CcsSso.Core.ExternalApi/bin/Release/net6.0
buildpack: https://github.com/cloudfoundry/dotnet-core-buildpack.git
routes:
- route: CF_SPACE-api-wrapper.london.cloudapps.digital
services:
- CF_SPACE-sso-pg-service
- CF_SPACE-adaptor-sqs-service
- CF_SPACE-data-redis-service
- CF_SPACE-ssm-service
env:
CACHE_NUGET_PACKAGES: false
- name: CF_SPACE-api-core
instances: 1
memory: 512M
path: api/CcsSso.Core.Api/bin/Release/net6.0
buildpack: https://github.com/cloudfoundry/dotnet-core-buildpack.git
routes:
- route: CF_SPACE-api-core.london.cloudapps.digital
services:
- CF_SPACE-sso-pg-service
- CF_SPACE-data-redis-service
- CF_SPACE-adaptor-sqs-service
- CF_SPACE-ssm-service
- CF_SPACE-s3-service
env:
CACHE_NUGET_PACKAGES: false
- name: CF_SPACE-api-adaptor
instances: 1
memory: 512M
path: api/CcsSso.Adaptor.Api/bin/Release/net6.0
buildpack: https://github.com/cloudfoundry/dotnet-core-buildpack.git
routes:
- route: CF_SPACE-api-adaptor.london.cloudapps.digital
services:
- CF_SPACE-adaptor-pg-service
- CF_SPACE-data-redis-service
- CF_SPACE-push-data-sqs-service
- CF_SPACE-ssm-service
env:
CACHE_NUGET_PACKAGES: false
- name: CF_SPACE-adaptor-sqs-listener
instances: 1
memory: 512M
path: api/CcsSso.Adaptor.SqsListener/bin/Release/net6.0
buildpack: https://github.com/cloudfoundry/dotnet-core-buildpack.git
no-route: true
health-check-type: none
services:
- CF_SPACE-adaptor-sqs-service
- CF_SPACE-push-data-sqs-service
- CF_SPACE-ssm-service
- CF_SPACE-data-sqs-service
env:
CACHE_NUGET_PACKAGES: false
- name: CF_SPACE-org-dereg-job
instances: 1
memory: 512M
path: api/CcsSso.Core.JobScheduler/bin/Release/net6.0
buildpack: https://github.com/cloudfoundry/dotnet-core-buildpack.git
no-route: true
health-check-type: none
services:
- CF_SPACE-sso-pg-service
- CF_SPACE-ssm-service
- CF_SPACE-s3-service
env:
CACHE_NUGET_PACKAGES: false