通过 Helm 安装的方式使用 API Testing
[i18n] post_less_than_a_minute_read
You could install api-testing
via Helm chart:
helm install atest oci://docker.io/linuxsuren/api-testing \
--version v0.0.2-helm \
--set service.type=NodePort
or upgrade it:
helm upgrade atest oci://docker.io/surenpi/api-testing \
--version v0.0.2-helm \
--set image.tag=master \
--set replicaCount=3
SkyWalking
helm install atest oci://docker.io/linuxsuren/api-testing \
--version v0.0.2-helm \
--set image.tag=master \
--set service.type=NodePort \
--set service.nodePort=30154 \
--set skywalking.endpoint.http=http://skywalking-skywalking-helm-oap.skywalking.svc:12800 \
--set skywalking.endpoint.grpc=skywalking-skywalking-helm-oap.skywalking.svc:11800
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
[i18n] post_last_mod November 18, 2024: feat: support to generate robot-framework script (#563) (0f02984)