Skip to content

Commit 77ae8d9

Browse files
docs: Add Limitador image update instructions to mass-api/DEV.md (#109)
Add new section with instructions to update Limitador deployment to use the latest image that exposes metrics for monitoring purposes. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
1 parent 698e45c commit 77ae8d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

maas-api/DEV.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ kubectl patch --local -f ${PROJECT_DIR}/maas-api/deploy/policies/maas-api/auth-p
106106
-o yaml | kubectl apply -f -
107107
```
108108

109+
#### Update Limitador image to expose metrics
110+
111+
Update the Limitador deployment to use the latest image that exposes metrics:
112+
113+
```shell
114+
NS=kuadrant-system
115+
kubectl -n $NS patch limitador limitador --type merge \
116+
-p '{"spec":{"image":"quay.io/kuadrant/limitador:1a28eac1b42c63658a291056a62b5d940596fd4c","version":""}}'
117+
```
118+
109119
### Testing
110120

111121
#### Deploying the demo model

0 commit comments

Comments
 (0)