Skip to content

Commit 2ff2aa4

Browse files
authored
remove unit curl
1 parent e954010 commit 2ff2aa4

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
@@ -74,21 +74,14 @@ juju relate $APPLICATION_NAME postgresql-k8s
7474
juju status --watch=5s
7575
```
7676

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

8679
```bash
8780
export SERVICE_HOSTNAME="$MODEL_NAME.ubuntu.local"
8881
juju deploy nginx-ingress-integrator --trust --config path-routes=/ --config service-hostname=$SERVICE_HOSTNAME
8982
```
9083

91-
9. 애플리케이션을 nginx-ingress-integrator에 연결
84+
8. 애플리케이션을 nginx-ingress-integrator에 연결
9285

9386
```bash
9487
juju relate $APPLICATION_NAME nginx-ingress-integrator
@@ -100,19 +93,19 @@ juju relate $APPLICATION_NAME nginx-ingress-integrator
10093
juju status --relations --watch 5s
10194
```
10295

103-
11. 비밀 저장
96+
9. 비밀 저장
10497

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

109-
12. 비밀 검색
102+
10. 비밀 검색
110103

111104
```bash
112105
curl http://$SERVICE_HOSTNAME/keys/<key-id>
113106
```
114107

115-
13. (AMD64 only) Canonical Observability Stack (COS) 연결
108+
11. (AMD64 only) Canonical Observability Stack (COS) 연결
116109

117110
```bash
118111
juju relate $APPLICATION_NAME prometheus
@@ -121,7 +114,7 @@ juju relate $APPLICATION_NAME grafana
121114
juju status --watch=5s
122115
```
123116

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

126119
## 추가 정보
127120

0 commit comments

Comments
 (0)