-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-deploy.yaml
89 lines (89 loc) · 4.05 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
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
architecture: x86_64
authoritative-source-url: registry.access.redhat.com
build-date: 2019-10-29T16:44:53.794580
commit.image.appsody.dev/author: Alan Little <[email protected]>
commit.image.appsody.dev/committer: GitHub <[email protected]>
commit.image.appsody.dev/date: Fri Apr 10 10:00:29 2020 -0400
commit.image.appsody.dev/message: Initial commit
commit.stack.appsody.dev/author: Steve Groeger <[email protected]>
commit.stack.appsody.dev/committer: GitHub <[email protected]>
commit.stack.appsody.dev/contextDir: /incubator/java-microprofile
commit.stack.appsody.dev/date: Tue Mar 10 21:35:36 2020 +0000
commit.stack.appsody.dev/message: 'Merge pull request #313 from groeges/release-0.6'
description: This image is the Kabanero development container for the java-microprofile
stack
distribution-scope: public
image.opencontainers.org/created: "2020-04-10T11:01:29-04:00"
image.opencontainers.org/documentation: https://github.com/kabanero-io-test/cp4apps5
image.opencontainers.org/revision: c441dfe8339d46d63a06d6cea39e5de11616d870-modified
image.opencontainers.org/source: https://github.com/kabanero-io-test/cp4apps5/tree/master
image.opencontainers.org/url: https://github.com/kabanero-io-test/cp4apps5
k8s.io/description: The Universal Base Image is designed and engineered to be
the base layer for all of your containerized applications, middleware and utilities.
This base image is freely redistributable, but Red Hat only supports Red Hat
technologies through subscriptions for Red Hat products. This image is maintained
by Red Hat and updated regularly.
k8s.io/display-name: Red Hat Universal Base Image 8
maintainer: Red Hat, Inc.
name: kabanero/java-microprofile
openshift.io/expose-services: ""
openshift.io/tags: base rhel8
redhat.com/build-host: cpt-1002.osbs.prod.upshift.rdu2.redhat.com
redhat.com/component: ubi8-container
redhat.com/license_terms: https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
release: "277"
stack.appsody.dev/authors: Emily Jiang <[email protected]>, Neeraj Laad
<[email protected]>, Ozzy <[email protected]>
stack.appsody.dev/configured: docker.io/kabanero/java-microprofile:0.2
stack.appsody.dev/created: "2020-03-10T21:40:06Z"
stack.appsody.dev/description: Eclipse MicroProfile on Open Liberty & OpenJ9 using
Maven
stack.appsody.dev/documentation: https://github.com/kabanero-io/collections/tree/master/incubator/java-microprofile/README.md
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/revision: 5f7634c970b880bef90eeea4288153249e172d61
stack.appsody.dev/source: https://github.com/kabanero-io/collections/tree/master/incubator/java-microprofile/image
stack.appsody.dev/tag: docker.io/kabanero/java-microprofile:0.2.26
stack.appsody.dev/title: Eclipse MicroProfile®
stack.appsody.dev/url: https://github.com/kabanero-io/collections/tree/master/incubator/java-microprofile
summary: Image for Kabanero java-microprofile development
url: https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.1-277
vcs-ref: c42933bcdbf9f1c232e981a5e40de257c3534c8e
vcs-type: git
vendor: Kabanero
version: 0.2.26
creationTimestamp: null
labels:
image.opencontainers.org/title: cp4apps5
stack.appsody.dev/id: java-microprofile
stack.appsody.dev/version: 0.2.26
name: cp4apps5
spec:
applicationImage: dev.local/cp4apps5
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-microprofile
version: 1.0.0