Previously, requests to Knative Service with a slow back end could be timing out due to a default OpenShift Route timeout being too short.
This can now be configured through Operator Subscription for OpenShift Serverless:
{code}
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
...
spec:
channel: stable
config:
env:
- name: ROUTE_HAPROXY_TIMEOUT
value: '900'
{code}
Previously, requests to Knative Service with a slow back end could be timing out due to a default OpenShift Route timeout being too short.
This can now be configured through Operator Subscription for OpenShift Serverless:
{code}
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
...
spec:
channel: stable
config:
env:
- name: ROUTE_HAPROXY_TIMEOUT
value: '900'
{code}