Skip to content

Commit

Permalink
feat: Add nginx service advanced settings
Browse files Browse the repository at this point in the history
* network.ingress.extra_headers
* network.ingress.proxy_buffering
* network.ingress.proxy_request_buffering
  • Loading branch information
mzottola committed Sep 4, 2023
1 parent c946b30 commit bdc5fff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/schemas/ApplicationAdvancedSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ properties:
type: integer
default: 60
description: Sets a timeout (in seconds) for reading a response from the proxied server
network.ingress.proxy_buffering:
type: string
default: "on"
description: Allows to enable or disable nginx `proxy-buffering`
network.ingress.proxy_request_buffering:
type: string
default: "on"
description: Allows to enable or disable nginx `proxy-request-buffering`
network.ingress.whitelist_source_range:
type: string
description: |
Expand Down Expand Up @@ -128,6 +136,10 @@ properties:
type: integer
description: Sets a timeout (in seconds) for transmitting a request to the grpc server
default: 60
network.ingress.extra_headers:
type: string
default: "{}"
description: Allows to define response headers
hpa.cpu.average_utilization_percent:
type: integer
description: Percentage value of cpu usage at which point pods should scale up.
Expand Down

0 comments on commit bdc5fff

Please sign in to comment.