Skip to content

Commit

Permalink
chore(chart): bump helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Apr 5, 2023
1 parent 07bab21 commit 1222e00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/oada/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
- name: awlayton
email: [email protected]
type: application
version: 3.3.0
version: 3.3.1
appVersion: '3.9.1'
annotations:
artifacthub.io/recommendations: |
Expand Down
8 changes: 6 additions & 2 deletions charts/oada/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1222e00

Please sign in to comment.