@@ -257,17 +257,17 @@ frontend:
257257
258258 ingress :
259259 annotations :
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
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
271271
272272# ###############################################################################
273273# Core services
0 commit comments