-
Notifications
You must be signed in to change notification settings - Fork 4
/
app-deploy.yaml
103 lines (103 loc) · 4.59 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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: Hemankita Perabathini <[email protected]>
commit.image.appsody.dev/committer: Hemankita Perabathini <[email protected]>
commit.image.appsody.dev/date: Mon May 11 16:01:28 2020 +0530
commit.image.appsody.dev/message: app deploy on CP4Apps
commit.stack.appsody.dev/author: kilnerm <[email protected]>
commit.stack.appsody.dev/committer: GitHub <[email protected]>
commit.stack.appsody.dev/contextDir: /incubator/java-spring-boot2
commit.stack.appsody.dev/date: Fri Apr 3 09:22:57 2020 +0100
commit.stack.appsody.dev/message: 'Merge pull request #316 from groeges/release-0.6'
description: This image is the Kabanero development container for the java-spring-boot2
stack
distribution-scope: public
image.opencontainers.org/created: "2020-05-11T16:03:52+05:30"
image.opencontainers.org/documentation: https://github.com/ibm-garage-ref-storefront/catalog-ms-spring
image.opencontainers.org/revision: 01ce9391c26fd19eccd4461d8ca0efc3853fd75d-modified
image.opencontainers.org/source: https://github.com/ibm-garage-ref-storefront/catalog-ms-spring/tree/deploy
image.opencontainers.org/url: https://github.com/ibm-garage-ref-storefront/catalog-ms-spring
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-spring-boot2
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: Erin Schnabel <[email protected]>, Ozzy Osborne <[email protected]>
stack.appsody.dev/configured: docker.io/kabanero/java-spring-boot2:0.3
stack.appsody.dev/created: "2020-04-21T06:49:54Z"
stack.appsody.dev/description: Spring Boot using OpenJ9 and Maven
stack.appsody.dev/documentation: https://github.com/kabanero-io/collections/tree/master/incubator/java-spring-boot2/README.md
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/revision: 27a3254c80e6c5367a76e6099c2e18b393d15841
stack.appsody.dev/source: https://github.com/kabanero-io/collections/tree/master/incubator/java-spring-boot2/image
stack.appsody.dev/tag: docker.io/kabanero/java-spring-boot2:0.3.28
stack.appsody.dev/title: Spring Boot®
stack.appsody.dev/url: https://github.com/kabanero-io/collections/tree/master/incubator/java-spring-boot2
summary: Image for Kabanero java-spring-boot2 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.3.23
creationTimestamp: null
labels:
image.opencontainers.org/title: catalog-ms-spring
stack.appsody.dev/id: java-spring-boot2
stack.appsody.dev/version: 0.3.28
name: catalog-ms-spring
namespace: storefront-dev
spec:
applicationImage: docker.io/ibmcase/catalog-ms-spring
createKnativeService: false
expose: true
livenessProbe:
failureThreshold: 12
httpGet:
path: /micro/actuator/liveness
port: 8080
initialDelaySeconds: 20
periodSeconds: 15
monitoring:
endpoints:
- path: /micro/actuator/prometheus
labels:
k8s-app: catalog-ms-spring
readinessProbe:
failureThreshold: 12
httpGet:
path: /micro/actuator/health
port: 8080
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 20
env:
- name: ELASTIC_CLUSTER_NAME
value: "elasticsearch"
- name: ELASTIC_NODE_URL
value: "elasticsearch:9300"
- name: ELASTIC_REST_URI
value: "elasticsearch:9200"
- name: INVENTORY_URL
value: "http://inventory-ms-spring:8080/micro/inventory"
service:
annotations:
prometheus.io/path: /micro/actuator/prometheus
prometheus.io/scrape: "true"
port: 8080
type: NodePort
stack: java-spring-boot2
version: 1.0.0