Skip to content

Commit

Permalink
Added appendableTableLimit configuration (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Leon authored Apr 14, 2023
1 parent bfeb40c commit 1a0655e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,15 @@ dataframeservice:
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 256m

## <ATTENTION> - Configure ingestion appendable table limit.
##
ingestion:
## The number of distinct tables that can be appended to before table creation will be blocked.
## To stay under this limit, set 'endOfData: true' on tables that don't need to be appended to anymore.
## For more information, visit ni.com/r/setendofdata.
##
appendableTableLimit: 250

## Limits the body size for requests in megabytes. The ingress may also impose a request body size
## limit, which should be set to the same value.
##
Expand Down

0 comments on commit 1a0655e

Please sign in to comment.