Skip to content

Commit

Permalink
Fix inflight middleware for api-monolith (#434)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Feb 2, 2024
1 parent 5b828d4 commit 1690e5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/bolt/core/src/dep/k8s/gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,10 @@ fn build_ingress_router(
"kind": "Middleware",
"metadata": {
"name": mw_name,
"namespace": "rivet-service"
"namespace": "rivet-service",
"labels": {
"traefik-instance": "main"
}
},
"spec": {
"inFlightReq": {
Expand Down

0 comments on commit 1690e5e

Please sign in to comment.