File tree Expand file tree Collapse file tree
charts/sourcegraph/examples/openshift Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,13 +257,17 @@ frontend:
257257
258258 ingress :
259259 annotations :
260- # If using HAProxy router, add the timeout to prevent SSE / streaming timeouts
261- haproxy.router.openshift.io/timeout : 5m
262- kubernetes.io/ingress.class : openshift-default-example
263- nginx.ingress.kubernetes.io/proxy-body-size : 150m
264- # If terminating TLS on the router
265- route.openshift.io/termination : edge
266- host : sourcegraph.example.com
260+ # Null out nginx defaults from values.yaml — not applicable
261+ kubernetes.io/ingress.class : null
262+ nginx.ingress.kubernetes.io/proxy-body-size : null
263+ # HAProxy router: prevent SSE / streaming timeouts
264+ haproxy.router.openshift.io/timeout : 5m
265+ # HAProxy router: equivalent of nginx proxy-body-size, for large Git pushes / file uploads
266+ haproxy.router.openshift.io/request-body-size : 150m
267+ # TLS termination at the router
268+ route.openshift.io/termination : edge
269+ ingressClassName : openshift-default-example
270+ host : sourcegraph.example.com
267271
268272# ###############################################################################
269273# Core services
You can’t perform that action at this time.
0 commit comments