From 1222e000f037aa40906619d785a2f9622fab69d0 Mon Sep 17 00:00:00 2001 From: Alex Layton Date: Wed, 5 Apr 2023 16:19:57 -0400 Subject: [PATCH] chore(chart): bump helm chart version --- charts/oada/Chart.yaml | 2 +- charts/oada/values.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/oada/Chart.yaml b/charts/oada/Chart.yaml index 85bf5f8f..0bdaa1ee 100644 --- a/charts/oada/Chart.yaml +++ b/charts/oada/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: awlayton email: alex@layton.in type: application -version: 3.3.0 +version: 3.3.1 appVersion: '3.9.1' annotations: artifacthub.io/recommendations: | diff --git a/charts/oada/values.yaml b/charts/oada/values.yaml index fb7b5bf9..74556176 100644 --- a/charts/oada/values.yaml +++ b/charts/oada/values.yaml @@ -38,13 +38,17 @@ oada: scope: - all:all - oada.admin.user:all + # oada.rateLimit configures rate-limits for OADA API clients rateLimit: - enabled: true + # oada.rateLimit.enabled is whether to enable rate-limiting in the http-handler + enabled: true # disable this if the gateway/reverse-proxy handles your rate-limits useDraftSpec: false + # oada.rateLimit.timeWindow is the time window for rate-limiting + timeWindow: 1 second + # oada.rateLimit.max is the maximum number of requests per client in a given timeWindow max: reads: 20 writes: 5 - timeWindow: 1 second # oada.resources are the resource requests/limits for the OADA services resources: limits: