Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-5586

Operator doesn't apply route timeout annotation correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • quay-v3.8.6, quay-v3.9.5
    • quay-operator
    • False
    • None
    • False
    • Quay Enterprise
    • 0

      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!

            Unassigned Unassigned
            rhn-support-ibazulic Ivan Bazulic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: