17 Commits
4.1.x ... main

Author SHA1 Message Date
eGovFrameSupport
469d8dd7be Update RoleRepository.java 2024-12-17 17:24:20 +09:00
eGovFrameSupport
d3bd11d1af Update StatisticsRepository.java 2024-12-17 17:23:35 +09:00
overpassion
32e2b79015 Merge pull request #30 from junhyeongkim2/README
README.md, README-en.md 디렉토리 구조 수정
2024-10-08 16:54:42 +09:00
jun
65544c4d07 README.md, README-en.md 디렉토리 구조 수정 2024-10-01 19:12:29 +09:00
yongfire38
f082637aac Fix: contribution branch 반영 2024-05-27 17:44:12 +09:00
chris-yoon
8c1401b6c0 Merge pull request #2 from yoonian/add-kustomize
add: kustomize
2023-04-17 12:52:47 +09:00
Chris Yoon
c6d961992d README 영문 수정 2023-03-28 15:48:09 +09:00
Chris Yoon
5d50f46bc5 영문 추가 2023-03-28 15:40:29 +09:00
Chris Yoon
43682454e5 교육교재 2023-03-28 14:00:52 +09:00
Chris Yoon
4cec70760e 디렉토리 설명 추가 2023-03-28 13:58:55 +09:00
chris-yoon
491f0cdaec Update README.md
교육교재 업로드
2023-03-28 11:31:15 +09:00
Chris Yoon
e9326f2eb2 이미지경로 2023-03-28 11:28:04 +09:00
Chris Yoon
5a0005c291 설명 보충 2023-03-28 11:25:05 +09:00
Chris Yoon
aae34bb339 badges, directory structure, how to install 2023-03-28 10:24:33 +09:00
yongfire38
83f1c1047b Doc: 영문 추가 2023-03-24 13:52:15 +09:00
yongfire38
d230341909 Docs: PR template / issue template 추가 2023-03-20 14:47:41 +09:00
PyungHo Yoon
832e63ed3d add: kustomize 2022-07-14 02:39:06 +09:00
2 changed files with 38 additions and 38 deletions

View File

@@ -96,25 +96,25 @@ This is the training source code for the Microservices Architecture (MSA) templa
│ │ └─ingress
│ └─portal
│ └─ingress
─environments
├─configmaps
├─databases
│ └─mysql
│ └─init
├─jenkins
├─logging
│ └─elk
│ ├─elasticsearch
│ ├─kibana
─environments
├─configmaps
├─databases
│ └─mysql
│ └─init
├─jenkins
├─logging
│ └─elk
│ ├─elasticsearch
│ ├─kibana
│ │ │ └─ingress
│ │ └─logstash
│ ├─nfs
│ ├─rabbitmq
│ │ └─ingress
└─logstash
├─nfs
├─rabbitmq
├─vagrant
│ └─zipkin
│ └─ingress
─storage
├─vagrant
└─zipkin
└─ingress
─storage
```
### Contents

View File

@@ -96,25 +96,25 @@
│ │ └─ingress
│ └─portal
│ └─ingress
─environments
├─configmaps
├─databases
│ └─mysql
│ └─init
├─jenkins
├─logging
│ └─elk
│ ├─elasticsearch
│ ├─kibana
─environments
├─configmaps
├─databases
│ └─mysql
│ └─init
├─jenkins
├─logging
│ └─elk
│ ├─elasticsearch
│ ├─kibana
│ │ │ └─ingress
│ │ └─logstash
│ ├─nfs
│ ├─rabbitmq
│ │ └─ingress
└─logstash
├─nfs
├─rabbitmq
├─vagrant
│ └─zipkin
│ └─ingress
─storage
├─vagrant
└─zipkin
└─ingress
─storage
```
### 디렉토리 설명