Skip to content

Commit c025407

Browse files
authored
remove unit curl
1 parent db357a3 commit c025407

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.ko.md

Lines changed: 7 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:8000/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
@@ -102,18 +95,19 @@ juju relate $APPLICATION_NAME nginx-ingress-integrator
10295
juju status --relations --watch 5s
10396
```
10497

105-
10. 비밀 저장
98+
9. 비밀 저장
10699

107100
```bash
108101
curl -X POST http://$SERVICE_HOSTNAME/keys/ -H "Content-Type: application/json" --data '{"value": "저 사실 민초파입니다."}' -Lkv
109102
```
110-
11. 비밀 검색
103+
104+
10. 비밀 검색
111105

112106
```bash
113107
curl http://$SERVICE_HOSTNAME/keys/<key-id>
114108
```
115109

116-
12. (AMD64 only) Canonical Observability Stack (COS) 연결
110+
11. (AMD64 only) Canonical Observability Stack (COS) 연결
117111

118112
```bash
119113
juju relate $APPLICATION_NAME prometheus
@@ -122,7 +116,7 @@ juju relate $APPLICATION_NAME grafana
122116
juju status --watch=5s
123117
```
124118

125-
13. Grafana URL 방문 (링크 및 자격 증명은 스프레드시트에서 확인)
119+
12. Grafana URL 방문 (링크 및 자격 증명은 스프레드시트에서 확인)
126120

127121
## 추가 정보
128122

0 commit comments

Comments
 (0)