Skip to content

Commit

Permalink
ci: fix middleware vars
Browse files Browse the repository at this point in the history
The ratelimiting on the HTTPS RPC frontend was getting dropped on chain
resets, due to duplicated vars. I've been keeping an eye on performance
and re-adding post-deploy, but only just identified the root cause, via
manual lints. This oversight caused problems during a deploy of v0.68.0,
during which an ad-hoc solo node was set up to sidestep the load.
See #3336 for more work towards automatic solo nodes.
  • Loading branch information
conorsch committed Mar 19, 2024
1 parent e7746ab commit 05ecfb5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deployments/charts/penumbra-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,6 @@ securityContext:
# readOnlyRootFilesystem: true
# runAsNonRoot: true

# The chart uses a top-level `ingressRoute` rather than `ingress` value map,
# because use of Traefik CRD `IngressRoute` is required for h2c support,
# so that pd's gRPC service can have an HTTPS reverse proxy in front of it.
ingressRoute:
enabled: false
hosts:
pd: grpc.chart-example.local
tm: rpc.chart-example.local

resources: {}
# limits:
# cpu: 100m
Expand Down

0 comments on commit 05ecfb5

Please sign in to comment.