From 8567159740fc4aa64855687bd54a30419cea5fb3 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 13:35:59 -0400 Subject: [PATCH] fix template issue (nil dereference!) Signed-off-by: Kingdon Barrett --- charts/router/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/router/values.yaml b/charts/router/values.yaml index f4b9c1b..8787b2a 100644 --- a/charts/router/values.yaml +++ b/charts/router/values.yaml @@ -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"