This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-deploy.yaml
96 lines (96 loc) · 4.39 KB
/
app-deploy.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
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
87
88
89
90
91
92
93
94
95
96
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
architecture: x86_64
authoritative-source-url: registry.access.redhat.com
build-date: 2020-04-09T10:02:05.547594
commit.image.appsody.dev/date: Fri May 15 17:16:39 2020 -0400
commit.image.appsody.dev/message: 0.9.0-rc.3
commit.stack.appsody.dev/contextDir: /incubator/nodejs-express
commit.stack.appsody.dev/date: Thu May 14 09:37:35 2020 +0100
commit.stack.appsody.dev/message: 'Merge pull request #340 from groeges/release-0.9-codewind'
description: This image contains the Kabanero development stack for the Nodejs
Express collection
distribution-scope: public
help: For more information visit https://github.com/sclorg/s2i-nodejs-container
image.opencontainers.org/created: "2020-05-20T14:05:59-04:00"
image.opencontainers.org/documentation: https://github.com/kabanero-io/sample-nodejs-express
image.opencontainers.org/revision: e0b1c33e2da22eb09ad31a23e4c323899b49dc8a-modified
image.opencontainers.org/source: https://github.com/kabanero-io/sample-nodejs-express/tree/HEAD
-> origin
image.opencontainers.org/url: https://github.com/kabanero-io/sample-nodejs-express
k8s.io/description: Node.js 12 available as container is a base platform for building
and running various Node.js 12 applications and frameworks. Node.js is a platform
built on Chrome's JavaScript runtime for easily building fast, scalable network
applications. Node.js uses an event-driven, non-blocking I/O model that makes
it lightweight and efficient, perfect for data-intensive real-time applications
that run across distributed devices.
k8s.io/display-name: Node.js 12
maintainer: SoftwareCollections.org <[email protected]>
name: kabanero/nodejs-express
openshift.io/expose-services: 8080:http
openshift.io/tags: builder,nodejs,nodejs12
redhat.com/build-host: cpt-1004.osbs.prod.upshift.rdu2.redhat.com
redhat.com/component: nodejs-12-container
redhat.com/deployments-dir: /opt/app-root/src
redhat.com/dev-mode: DEV_MODE:false
redhat.com/dev-mode.port: DEBUG_PORT:5858
redhat.com/license_terms: https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
release: "36"
s2i.io/scripts-url: image:///usr/libexec/s2i
s2i.openshift.io/scripts-url: image:///usr/libexec/s2i
stack.appsody.dev/authors: Sam Roberts <sam-github>
stack.appsody.dev/configured: docker.io/kabanero/nodejs-express:0.4
stack.appsody.dev/created: "2020-05-19T07:04:57Z"
stack.appsody.dev/description: Express web framework for Node.js
stack.appsody.dev/digest: sha256:10f0893a6f0fb8914bc16e399c1874235709005e25c60976eb6816c3223e4547
stack.appsody.dev/documentation: https://github.com/kabanero-io/collections/tree/master/incubator/nodejs-express/README.md
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/revision: 104bb146d0d770e30886b845d7fca9311d54ed20
stack.appsody.dev/source: https://github.com/kabanero-io/collections/tree/master/incubator/nodejs-express/image
stack.appsody.dev/tag: docker.io/kabanero/nodejs-express:0.4.8
stack.appsody.dev/title: Node.js Express
stack.appsody.dev/url: https://github.com/kabanero-io/collections/tree/master/incubator/nodejs-express
summary: Image for Kabanero Node.js Express development
url: https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/nodejs-12/images/1-36
usage: s2i build <SOURCE-REPOSITORY> ubi8/nodejs-12:latest <APP-NAME>
vcs-ref: 9a85b86edcc6c765692f15311abe259b0f9997b2
vcs-type: git
vendor: Kabanero
version: 0.4.8
creationTimestamp: null
labels:
image.opencontainers.org/title: sample-nodejs-express
stack.appsody.dev/id: nodejs-express
stack.appsody.dev/version: 0.4.8
name: sample-nodejs-express
spec:
applicationImage: dev.local/sample-nodejs-express
createKnativeService: true
expose: true
livenessProbe:
failureThreshold: 12
httpGet:
path: /live
port: 3000
initialDelaySeconds: 5
periodSeconds: 2
monitoring:
labels:
k8s-app: sample-nodejs-express
readinessProbe:
failureThreshold: 12
httpGet:
path: /ready
port: 3000
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 1
service:
annotations:
prometheus.io/scrape: "true"
port: 3000
type: NodePort
stack: nodejs-express
version: 1.0.0