We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75db405 commit 02492dcCopy full SHA for 02492dc
README.md
@@ -32,8 +32,12 @@ curl -L -X POST 'http://127.0.0.1:8080/client' -H 'Content-Type: application/jso
32
```bash
33
curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
34
35
+POD=$(kubectl get pod -n javahttpclient -l app=javahttpclient -o jsonpath='{.items[0].metadata.name}')
36
+
37
mirrord exec -n javahttpclient --target deployment/javahttpclient -- mvn spring-boot:run
38
39
+mirrord exec -n javahttpclient --target pod/$POD -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
40
41
mirrord exec -n javahttpclient --target deployment/javahttpclient -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
42
43
```
0 commit comments