Skip to content

Commit

Permalink
fix template issue (nil dereference!)
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Sep 26, 2023
1 parent e1c82bf commit 8567159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/router/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dhparam: ""
# limits_memory: "50Mi"
# requests_cpu: "100m"
# requests_memory: "50Mi"
# rate_limit:
# qps: "50.0"
# burst: "50"
rate_limit: {}
# qps: "50.0"
# burst: "50"

# Any custom router annotations(https://github.com/teamhephy/router#annotations)
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
Expand Down

0 comments on commit 8567159

Please sign in to comment.