Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 4f5e255

Browse files
Update readme and account-summary yaml (#18)
Fixed Job in `account-summary.yaml` Added Toolchain button in `README-ko.md`
1 parent 5c23c63 commit 4f5e255

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

README-ko.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Build Status](https://travis-ci.org/IBM/spring-boot-microservices-on-kubernetes.svg?branch=master)](https://travis-ci.org/IBM/spring-boot-microservices-on-kubernetes)
2+
![Bluemix Deployments](https://metrics-tracker.mybluemix.net/stats/13404bda8d87a6eca2c5297511ae9a5e/badge.svg)
3+
24
# 쿠버네티스에 자바 Spring Boot 애플리케이션 빌드 및 배포하기
35

46
*Read this in other languages: [English](README.md).*
@@ -22,7 +24,7 @@ Office Spacee 앱을 직접 블루믹스에 배포하려면, 'Deploy to Bluemix'
2224

2325
> 먼저 쿠버네티스 클러스터를 생성해야 합니다. 블루믹스 계정에 완전히 배포되었는지 확인하신 후에 진행하십시오.
2426
25-
[![Create Toolchain](https://github.com/IBM/container-journey-template/blob/master/images/button.png)](https://console.ng.bluemix.net/devops/setup/deploy/)
27+
[![Create Toolchain](https://metrics-tracker.mybluemix.net/stats/13404bda8d87a6eca2c5297511ae9a5e/button.svg)](https://console.ng.bluemix.net/devops/setup/deploy/)
2628

2729
툴체인과 파이프라인을 생성하려면 [Toolchain instructions](https://github.com/IBM/container-journey-template/blob/master/Toolchain_Instructions.md)을 참조하십시오.
2830

@@ -100,7 +102,7 @@ Spring Boot 애플리케이션들을 수정하려면 Java 프로젝트와 닥커
100102

101103
Spring Boot 마이크로서비스는 **Compute-Interest-API****Send-Notification** 입니다.
102104

103-
**Compute-Interest-API**은 MySQL 데이터베이스를 사용하기위해 구성된 Spring Boot 앱입니다. 관련한 구성은 `spring.datasource.*`에 있는 application.properties에 위치해 있습니다.
105+
**Compute-Interest-API**은 MySQL 데이터베이스를 사용하기위해 구성된 Spring Boot 앱입니다. 관련한 구성은 `spring.datasource.*`에 있는 application.properties에 위치해 있습니다.
104106

105107
*compute-interest-api/src/main/resources/application.properties*
106108
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,4 @@ This data is collected from the Kubernetes Job in the sample application's yaml
382382

383383
## Disabling Deployment Tracking
384384

385-
Please common out/remove the Kubernetes Job portion at the end of the `account-summary.yaml` file.
385+
Please comment out/remove the Kubernetes Job portion at the end of the `account-summary.yaml` file.

account-summary.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ spec:
6969
spec:
7070
containers:
7171
- env:
72-
- {name: config, value: '{"repository_id": "spring-boot-
73-
microservices-on-kubernetes", "target_runtimes": ["Kubernetes
74-
Cluster", "OpenWhisk"], "target_services": ["Compose for
75-
MySQL"], "event_id": "web", "event_organizer": "dev-
76-
journeys"}'}
72+
- {name: config, value: '{"repository_id":
73+
"spring-boot-microservices-on-kubernetes",
74+
"target_runtimes": ["Kubernetes Cluster", "OpenWhisk"],
75+
"target_services": ["Compose for MySQL"],
76+
"event_id": "web", "event_organizer": "dev-journeys"}'}
7777
image: journeycode/kubernetes:latest
7878
imagePullPolicy: Always
7979
name: spring-boot-microservices-on-kubernetes-metrics
8080
resources:
8181
limits: {cpu: 100m}
82-
restartPolicy: Never
82+
restartPolicy: Never

0 commit comments

Comments
 (0)