| include ../make/bazel.mk |
| |
| run-auth-proxy: |
| bazelisk run -c dbg //kube/cmd/auth-proxy -- \ |
| --prom-port=:20003 \ |
| --role=editor=google.com \ |
| --port=:8000 \ |
| --target_port=:8080 \ |
| --local \ |
| --self_sign_localhost_tls \ |
| --authtype=oauth2 \ |
| --use_http1 |
| |
| run-perf-mcp: |
| bazelisk run --config=remote //mcp/server -- run --service=perf --baseurl=https://localhost:8000 |
| |
| MAKEFLAGS += -j2 |
| run-perf-mcp-auth: run-auth-proxy run-perf-mcp |
| |
| run-skia-mcp: |
| bazelisk run --config=mayberemote //mcp/server -- \ |
| run \ |
| --service=skia \ |
| --port=8001 \ |
| --baseurl=http://localhost:8001 \ |
| --args="--firestore_instance=production --bigtable_project=skia-public --bigtable_instance=staging" |