-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
quay-v3.8.6, quay-v3.9.5
-
False
-
None
-
False
-
Quay Enterprise
-
-
After adding the following to QuayRegistry CRD:
spec: components: - kind: route managed: true overrides: annotations: haproxy.router.openshift.io/timeout: 600s
we observe that the timeout was not applied to the route. It still has the default timeout of 60 seconds:
kind: Route apiVersion: route.openshift.io/v1 metadata: annotations: haproxy.router.openshift.io/timeout: 60s quay-buildmanager-hostname: '' quay-component: route quay-operator-service-endpoint: 'http://quay-operator.quay-enterprise.svc.cluster.local:7071' quay-registry-hostname: HOSTNAME ...
Operator logs don't show any errors, they are attached to the ticket.
Can you please check? Thanks!