Skip to content

Commit c8425be

Browse files
committed
doc: update readme.md
1 parent c2df58a commit c8425be

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ minikube start
104104
Now, install helm charts
105105

106106
```bash
107-
helm install nestjs-ms helm
107+
helm install backendworks helm
108108
```
109109

110110
To get services endpoints
@@ -117,12 +117,12 @@ minikube service list
117117
# check loki stack installed in current namespace
118118
helm list
119119
# NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
120-
# nestjs-ms default 1 2023-02-27 19:11:14.537649934 +0530 IST deployed nestjs-ms-0.1.0 1.0.0
120+
# backendworks default 1 2023-02-27 19:11:14.537649934 +0530 IST deployed backendworks-0.1.0 1.0.0
121121

122122
# now get loki IP from k8s cluster
123-
kubectl get service nestjs-ms-loki
123+
kubectl get service backendworks-loki
124124
# NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
125-
# nestjs-ms-loki ClusterIP 10.102.161.158 <none> 3100/TCP 28m
125+
# backendworks-loki ClusterIP 10.102.161.158 <none> 3100/TCP 28m
126126

127127
# use this ClusterIP to add datasource Loki in grafana dashboard
128128

@@ -134,13 +134,13 @@ minikube service list
134134
# | default | auth-service | No node port | |
135135
# | default | files-service | No node port | |
136136
# | default | kubernetes | No node port | |
137-
# | default | nestjs-ms-grafana | service/80 | http://192.168.49.2:31679 |
138-
# | default | nestjs-ms-kong-proxy | kong-proxy/80 | http://192.168.49.2:32083 |
137+
# | default | backendworks-grafana | service/80 | http://192.168.49.2:31679 |
138+
# | default | backendworks-kong-proxy | kong-proxy/80 | http://192.168.49.2:32083 |
139139
# | | | kong-proxy-tls/443 | http://192.168.49.2:31251 |
140-
# | default | nestjs-ms-kong-validation-webhook | No node port | |
141-
# | default | nestjs-ms-loki | No node port | |
142-
# | default | nestjs-ms-loki-headless | No node port | |
143-
# | default | nestjs-ms-loki-memberlist | No node port | |
140+
# | default | backendworks-kong-validation-webhook | No node port | |
141+
# | default | backendworks-loki | No node port | |
142+
# | default | backendworks-loki-headless | No node port | |
143+
# | default | backendworks-loki-memberlist | No node port | |
144144
# | default | notification-service | No node port | |
145145
# | default | post-service | No node port | |
146146
# | kube-system | kube-dns | No node port | |
@@ -152,5 +152,5 @@ minikube service list
152152
Clean up the local env
153153

154154
```bash
155-
helm uninstall nestjs-ms
155+
helm uninstall backendworks
156156
```

0 commit comments

Comments
 (0)