-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-deploy.yaml
78 lines (78 loc) · 2.97 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
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
architecture: x86_64
authoritative-source-url: registry.access.redhat.com
build-date: 2019-10-29T20:35:20.404230
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: "2019-11-28T15:54:29+05:30"
k8s.io/description: Node.js 10 available as container is a base platform for building
and running various Node.js 10 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 10
maintainer: SoftwareCollections.org <[email protected]>
name: kabanero/nodejs-express
openshift.io/expose-services: 8080:http
openshift.io/tags: builder,nodejs,nodejs10
redhat.com/build-host: cpt-1006.osbs.prod.upshift.rdu2.redhat.com
redhat.com/component: nodejs-10-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: "54"
s2i.io/scripts-url: image:///usr/libexec/s2i
s2i.openshift.io/scripts-url: image:///usr/libexec/s2i
stack.appsody.dev/configured: kabanero/nodejs-express:0.2
stack.appsody.dev/created: 2019-11-25T13:19:23+0000
stack.appsody.dev/revision: 6f8c13fac90188f9e38184dd2d7cfb064679a890
stack.appsody.dev/tag: kabanero/nodejs-express:0.2.8
summary: Image for Kabanero Node.js Express development
url: https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/nodejs-10/images/1-54
usage: s2i build <SOURCE-REPOSITORY> ubi8/nodejs-10:latest <APP-NAME>
vcs-ref: 6ee7553ab2fb0dc20817416392fa6025cd1003c7
vcs-type: git
vendor: Kabanero
version: 0.2.5
creationTimestamp: null
labels:
image.opencontainers.org/title: node-appsody-example
stack.appsody.dev/version: 0.2.8
name: node-appsody-example
spec:
applicationImage: dev.local/node-appsody-example
createKnativeService: false
expose: true
livenessProbe:
failureThreshold: 12
httpGet:
path: /live
port: 3000
initialDelaySeconds: 5
periodSeconds: 2
monitoring:
labels:
k8s-app: node-appsody-example
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
status: {}