-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp-deploy.yaml
66 lines (66 loc) · 2.89 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
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
commit.image.appsody.dev/author: Brian Monroe <[email protected]>
commit.image.appsody.dev/committer: Brian Monroe <[email protected]>
commit.image.appsody.dev/date: Tue Jun 9 10:30:05 2020 -0700
commit.image.appsody.dev/message: Use axios instead of request, because request
is deprecated
commit.stack.appsody.dev/author: Enrique Lacal <[email protected]>
commit.stack.appsody.dev/committer: GitHub <[email protected]>
commit.stack.appsody.dev/contextDir: /incubator/nodejs-express
commit.stack.appsody.dev/date: Thu Jun 4 10:47:57 2020 +0100
commit.stack.appsody.dev/message: 'nodejs-express: define APPSODY_DEBUG_PORT (#820)'
image.opencontainers.org/created: "2020-06-09T11:04:58-07:00"
image.opencontainers.org/documentation: https://github.com/SWheeler17/bitbucket-quay-connector
image.opencontainers.org/revision: 93a3135bcefff1c1fe10d010788d6fa600a643c2-modified
image.opencontainers.org/source: https://github.com/SWheeler17/bitbucket-quay-connector/tree/master
image.opencontainers.org/url: https://github.com/SWheeler17/bitbucket-quay-connector
stack.appsody.dev/authors: Sam Roberts <sam-github>
stack.appsody.dev/configured: docker.io/appsody/nodejs-express:0.4
stack.appsody.dev/created: "2020-06-04T09:50:35Z"
stack.appsody.dev/description: Express web framework for Node.js
stack.appsody.dev/digest: sha256:f45f2557cfbef99ba898e8aa2412515f264a9feff27ab81f20dd44389aeff7c6
stack.appsody.dev/documentation: https://github.com/appsody/stacks/tree/master/incubator/nodejs-express/README.md
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/revision: d4c368144c333187df99e93069c9b517e3ede413
stack.appsody.dev/source: https://github.com/appsody/stacks/tree/master/incubator/nodejs-express/image
stack.appsody.dev/tag: docker.io/appsody/nodejs-express:0.4.10
stack.appsody.dev/title: Node.js Express
stack.appsody.dev/url: https://github.com/appsody/stacks/tree/master/incubator/nodejs-express
creationTimestamp: null
labels:
image.opencontainers.org/title: bitbucket-quay-connector
stack.appsody.dev/id: nodejs-express
stack.appsody.dev/version: 0.4.10
name: bitbucket-quay-connector
spec:
applicationImage: bitbucket-quay-connector
createKnativeService: false
expose: true
livenessProbe:
failureThreshold: 12
httpGet:
path: /live
port: 3000
initialDelaySeconds: 5
periodSeconds: 2
monitoring:
labels:
k8s-app: bitbucket-quay-connector
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