Skip to content

Commit

Permalink
Document webserver ingress configuration regarding the read timeout (#…
Browse files Browse the repository at this point in the history
…155)

* Document webserver ingress configuration regarding the read timeout

This is related to this: https://ni.visualstudio.com/DevCentral/_git/Skyline/pullrequest/530848?_a=files

Signed-off-by: Cristian Hotea <[email protected]>

* Update getting-started/templates/systemlink-values.yaml

Co-authored-by: Melissa Hilliard <[email protected]>

* Update getting-started/templates/systemlink-values.yaml

Co-authored-by: Melissa Hilliard <[email protected]>

---------

Signed-off-by: Cristian Hotea <[email protected]>
Co-authored-by: Melissa Hilliard <[email protected]>
  • Loading branch information
chotea and MelissaHilliard authored Aug 1, 2023
1 parent a8ccb76 commit cbcb7b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions getting-started/templates/systemlink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ rabbitmq:
## Core configuration for the SystemLink web application.
##
webserver:
## Ingress configuration
##
ingress:
## Increase the read timeout from the nginx default to give proxied services more time to respond to requests.
## Applies only if you are using an nginx ingress controller.
##
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: '90'
## Values used to configure OpenID Connect providers.
# <ATTENTION> - Configure your OpenID Connect provider here, as well as the claims to make available to the SystemLink application.
# Consult your provider's documentation regarding exposing scopes to clients.
Expand Down

0 comments on commit cbcb7b7

Please sign in to comment.