Add stream-snippet as a ConfigMap and Annotation option (#8029)

* stream snippet

* gofmt -s
This commit is contained in:
Tobias Salzmann 2021-12-23 20:46:30 +01:00 committed by GitHub
parent cf6ea08739
commit ce9deaa332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 386 additions and 4 deletions

View file

@ -156,6 +156,7 @@ The following table shows a configuration option's name, type, and the default v
|[main-snippet](#main-snippet)|string|""|
|[http-snippet](#http-snippet)|string|""|
|[server-snippet](#server-snippet)|string|""|
|[stream-snippet](#stream-snippet)|string|""|
|[location-snippet](#location-snippet)|string|""|
|[custom-http-errors](#custom-http-errors)|[]int|[]int{}|
|[proxy-body-size](#proxy-body-size)|string|"1m"|
@ -988,6 +989,10 @@ Adds custom configuration to the http section of the nginx configuration.
Adds custom configuration to all the servers in the nginx configuration.
## stream-snippet
Adds custom configuration to the stream section of the nginx configuration.
## location-snippet
Adds custom configuration to all the locations in the nginx configuration.