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
12 changes: 8 additions & 4 deletions charts/sourcegraph/examples/openshift/override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,16 @@ frontend:

ingress:
annotations:
# If using HAProxy router, add the timeout to prevent SSE / streaming timeouts
# Null out nginx defaults from values.yaml — not applicable
kubernetes.io/ingress.class: null
nginx.ingress.kubernetes.io/proxy-body-size: null
# HAProxy router: prevent SSE / streaming timeouts
haproxy.router.openshift.io/timeout: 5m
kubernetes.io/ingress.class: openshift-default-example
nginx.ingress.kubernetes.io/proxy-body-size: 150m
# If terminating TLS on the router
# HAProxy router: equivalent of nginx proxy-body-size, for large Git pushes / file uploads
haproxy.router.openshift.io/request-body-size: 150m
# TLS termination at the router
route.openshift.io/termination: edge
ingressClassName: openshift-default-example
host: sourcegraph.example.com

################################################################################
Expand Down
Loading