-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-deploy.yaml
54 lines (54 loc) · 2.1 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
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
commit.image.appsody.dev/author: Arthur De Magalhaes <[email protected]>
commit.image.appsody.dev/committer: Arthur De Magalhaes <[email protected]>
commit.image.appsody.dev/date: Tue Feb 4 11:02:52 2020 -0500
commit.image.appsody.dev/message: Updating deployment
image.opencontainers.org/created: "2020-02-05T20:55:51-05:00"
image.opencontainers.org/documentation: https://github.com/application-runtimes/sample-service-binding-consumer
image.opencontainers.org/revision: ea49d6c25e4626c514d902c560f0205ca269cfc9-modified
image.opencontainers.org/source: https://github.com/application-runtimes/sample-service-binding-consumer/tree/master
image.opencontainers.org/url: https://github.com/application-runtimes/sample-service-binding-consumer
stack.appsody.dev/authors: Mike Andrasak <[email protected]>, Andy Mauer <[email protected]>,
Scott Kurz <[email protected]>, Adam Wisniewski <[email protected]>
stack.appsody.dev/configured: docker.io/appsody/java-openliberty:0.1
stack.appsody.dev/created: "2020-02-05T13:14:18Z"
stack.appsody.dev/description: Open Liberty & OpenJ9 using Maven
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/tag: docker.io/appsody/java-openliberty:0.1.5
stack.appsody.dev/title: Open Liberty
creationTimestamp: null
labels:
image.opencontainers.org/title: service-binding-consumer
stack.appsody.dev/id: java-openliberty
stack.appsody.dev/version: 0.1.5
name: service-binding-consumer
spec:
applicationImage: consumer
createKnativeService: false
expose: true
livenessProbe:
failureThreshold: 12
httpGet:
path: /health/live
port: 9080
initialDelaySeconds: 5
periodSeconds: 2
readinessProbe:
failureThreshold: 12
httpGet:
path: /health/ready
port: 9080
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 1
service:
annotations:
prometheus.io/scrape: "true"
port: 9080
type: NodePort
stack: java-openliberty
version: 1.0.0
status: {}