-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-deploy-transaction.yaml
65 lines (65 loc) · 2.44 KB
/
app-deploy-transaction.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
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
commit.stack.appsody.dev/author: Richard Trotter <[email protected]>
commit.stack.appsody.dev/committer: GitHub <[email protected]>
commit.stack.appsody.dev/contextDir: /incubator/java-spring-boot2
commit.stack.appsody.dev/date: Wed Apr 1 11:16:02 2020 +0100
commit.stack.appsody.dev/message: retract spring boot stack image packages update
(#707)
image.opencontainers.org/created: "2020-04-09T12:43:01+05:30"
stack.appsody.dev/authors: Erin Schnabel <[email protected]>, Ozzy Osborne <[email protected]>,
Richard Trotter <[email protected]>, Harish Yayi <[email protected]>
stack.appsody.dev/configured: docker.io/appsody/java-spring-boot2:0.3
stack.appsody.dev/created: "2020-04-01T10:19:47Z"
stack.appsody.dev/description: Spring Boot using OpenJ9 and Maven
stack.appsody.dev/documentation: https://github.com/appsody/stacks/tree/master/incubator/java-spring-boot2/README.md
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/revision: e5dd8297764280e82a94b3b2b6ead25c877b43b2
stack.appsody.dev/source: https://github.com/appsody/stacks/tree/master/incubator/java-spring-boot2/image
stack.appsody.dev/tag: docker.io/appsody/java-spring-boot2:0.3.28
stack.appsody.dev/title: Spring Boot®
stack.appsody.dev/url: https://github.com/appsody/stacks/tree/master/incubator/java-spring-boot2
creationTimestamp: null
labels:
image.opencontainers.org/title: dnb-transaction
stack.appsody.dev/id: java-spring-boot2
stack.appsody.dev/version: 0.3.28
name: dnb-transaction
namespace: cpfa-dnb
spec:
applicationImage: barnalib/dnb-transaction-kabanero:latest
createKnativeService: false
envFrom:
- configMapRef:
name: cpfaconfig
expose: true
livenessProbe:
failureThreshold: 12
httpGet:
path: /api/v1/transaction/liveness
port: 8080
initialDelaySeconds: 5
periodSeconds: 2
monitoring:
endpoints:
- path: /actuator/prometheus
labels:
k8s-app: dnb-transaction
readinessProbe:
failureThreshold: 12
httpGet:
path: /actuator/health
port: 8080
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 1
service:
annotations:
prometheus.io/path: /actuator/prometheus
prometheus.io/scrape: "true"
port: 8080
type: NodePort
stack: java-spring-boot2
version: 1.0.0