Skip to content

Commit

Permalink
Added rate limiting in helm (#2523)
Browse files Browse the repository at this point in the history
Added rate limiting to gateway's values.yaml helm chart.
  • Loading branch information
varunreddy-egov authored Mar 13, 2024
1 parent df89956 commit 797cea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy-as-code/charts/core-services/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ env: |
configMapKeyRef:
key: egov-state-level-tenant-id
name: egov-config
- name: SPRING_DATA_REDIS_DEFAULT_REPLENISHRATE
value: "10"
- name: SPRING_DATA_REDIS_DEFAULT_BURSTCAPACITY
value: "10"
- name: SPRING_ROUTES_FILEPATH
value: "file:/etc/gateway/application.yaml"
{{- if index .Values "home-isolation-chatbot-router-enabled" }}
Expand Down

0 comments on commit 797cea3

Please sign in to comment.