-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprovider.yml
More file actions
56 lines (56 loc) · 1.53 KB
/
Copy pathprovider.yml
File metadata and controls
56 lines (56 loc) · 1.53 KB
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
name: url-shortener
schemaVersion: v0
backend:
landscape:
gitUrl: https://github.com/codesphere-cloud/nodejs-template
author: Codesphere Test
capabilities:
highAvailability: false
pause: false
backups: false
pointInTimeRecovery: false
category: Utilities
description: |
A complete Codesphere app template featuring a URL shortener service with QR code generation,
built with NodeJS and Express using a two-service architecture.
displayName: URL Shortener
iconUrl: https://cloud.codesphere.com/ide/assets/favicon-32x32.png
configSchema: {}
detailsSchema:
type: object
properties:
hostname:
type: string
readOnly: true
service_url_frontend_3000:
type: string
readOnly: true
status:
type: 'object'
properties:
state:
type: string
x-endpoint: '${{ .service_url_frontend_3000 }}/health'
secretsSchema: {}
plans:
- id: 0
name: default
description: default
parameters: {}
versions:
0.0.1-dev:
ciProfile: dev
gitRef: 158a6cd613db41bca43e6c28000d0f79832e5155
description: Fix plan IDs (use plan ids that actually exist). Dev Profile
0.0.1:
ciProfile: prod
gitRef: 158a6cd613db41bca43e6c28000d0f79832e5155
description: Fix plan IDs (use plan ids that actually exist). Prod Profile
0.1.0:
ciProfile: prod
gitRef: 4aa368a7fcc4b2daba7b5c56e79df512a0e7a545
description: Add health endpoint
0.1.1:
ciProfile: prod
gitRef: ab76d1c7e1594919b7d098838e536a0750c5a4ee
description: 'fix: Use same format for health as backend'