File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,16 +268,16 @@ curl "http://localhost:8080/api/k8s/tls?url=https://my-service.default.svc.clust
268268curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
269269
270270# Look up the target pod
271- POD=$( kubectl get pod -n javahttpclient -l app=javahttpclient -o jsonpath=' {.items[0].metadata.name}' )
271+ POD=$( kubectl get pod -n clients -l app=javahttpclient -o jsonpath=' {.items[0].metadata.name}' )
272272
273273# Run with Maven (hot reload)
274- mirrord exec -n javahttpclient --target deployment/javahttpclient -- mvn spring-boot:run
274+ mirrord exec -n clients --target deployment/javahttpclient -- mvn spring-boot:run
275275
276276# Run the packaged JAR against a specific pod
277- mirrord exec -n javahttpclient --target pod/$POD -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
277+ mirrord exec -n clients --target pod/$POD -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
278278
279279# Run the packaged JAR against the deployment
280- mirrord exec -n javahttpclient --target deployment/javahttpclient -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
280+ mirrord exec -n clients --target deployment/javahttpclient -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
281281```
282282
283283---
You can’t perform that action at this time.
0 commit comments