Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion charts/fhir-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ pdb:
# Add the spring configuration below check https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.properties-and-configuration.
applicationConfig:
# server:
# max-http-header-size: 40KB
# max-http-header-size: 40KB #Use this for Gateway versions 2.0.8 and below
# max-http-request-header-size: 40KB #Use this for Gateway versions 2.1.0 and above
# spring:
# sentry:
# dsn:
Expand Down
Loading