Skip to content

Commit 03ae55a

Browse files
authored
remove unit curl
1 parent 09803cc commit 03ae55a

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.ko.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,7 @@ juju relate $APPLICATION_NAME postgresql-k8s
7575
juju status --watch=5s
7676
```
7777

78-
7. IP 주소를 사용하여 애플리케이션 테스트
79-
80-
```bash
81-
UNIT_IP=<your application unit IP>
82-
curl http://$UNIT_IP:8080/health
83-
```
84-
85-
8. nginx-ingress-integrator charm 배포
78+
7. nginx-ingress-integrator charm 배포
8679

8780
```bash
8881
export SERVICE_HOSTNAME="$MODEL_NAME.ubuntu.lan"
@@ -91,7 +84,7 @@ juju deploy nginx-ingress-integrator --trust \
9184
--config service-hostname=$SERVICE_HOSTNAME
9285
```
9386

94-
9. 애플리케이션을 nginx-ingress-integrator에 연결
87+
8. 애플리케이션을 nginx-ingress-integrator에 연결
9588

9689
```bash
9790
juju relate $APPLICATION_NAME nginx-ingress-integrator
@@ -103,19 +96,19 @@ juju relate $APPLICATION_NAME nginx-ingress-integrator
10396
juju status --relations --watch 5s
10497
```
10598

106-
10. 비밀 저장
99+
9. 비밀 저장
107100

108101
```bash
109102
curl -X POST http://$SERVICE_HOSTNAME/keys/ -H "Content-Type: application/json" --data '{"value": "저 사실 민초파입니다."}' -Lkv
110103
```
111104

112-
12. 비밀 검색
105+
10. 비밀 검색
113106

114107
```bash
115108
curl http://$SERVICE_HOSTNAME/keys/<key-id>
116109
```
117110

118-
13. (AMD64 only) Canonical Observability Stack (COS) 연결
111+
11. (AMD64 only) Canonical Observability Stack (COS) 연결
119112

120113
```bash
121114
juju relate $APPLICATION_NAME prometheus
@@ -124,7 +117,7 @@ juju relate $APPLICATION_NAME grafana
124117
juju status --watch=5s
125118
```
126119

127-
14. Grafana URL 방문 (링크 및 자격 증명은 스프레드시트에서 확인)
120+
12. Grafana URL 방문 (링크 및 자격 증명은 스프레드시트에서 확인)
128121

129122
## 추가 정보
130123

0 commit comments

Comments
 (0)