Skip to content

Commit

Permalink
Update main.yml large_request_size_limit increased for ml-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Haritest authored Mar 6, 2024
1 parent fcb4c64 commit ce68f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12409,7 +12409,7 @@ kong_apis:
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"
config.allowed_payload_size: "{{ large_request_size_limit }}"

- name: OperationalReportAdminGrantAccess
uris: "/operationalreports/admin/grantaccess"
Expand Down

0 comments on commit ce68f8b

Please sign in to comment.