1. 03 Jan, 2021 1 commit
  2. 01 Jan, 2021 1 commit
    • Geoff Simmons's avatar
      Evaluate Ingress rules in vcl_backend_fetch. · ae09f859
      Geoff Simmons authored
      This is possible now that we are using Varnish versions that support
      return(error(404)) from the backend side. It eliminates unnecessary
      computation when a request leads to a cache hit or synthetic response.
      
      It also simplifies the generated VCL code, since the evaluation
      happens in one place, rather than in each of hit, miss, pass and
      pipe.
      ae09f859
  3. 31 Dec, 2020 3 commits
  4. 30 Dec, 2020 8 commits
  5. 07 Dec, 2020 1 commit
  6. 06 Dec, 2020 3 commits
  7. 04 Dec, 2020 1 commit
  8. 26 Nov, 2020 5 commits
  9. 25 Nov, 2020 2 commits
    • Geoff Simmons's avatar
      Add example/test for Service type LoadBalancer. · 9373af23
      Geoff Simmons authored
      Also set up the tests so that the external IP and port for both the
      NodePort and LoadBalancer tests. For this it is necessary to pass
      in the external cluster IP, and/or set up an external IP for the
      LoadBalancer Service.
      
      If neither of these are available, just use port-forwarding as for
      the other tests. That doesn't actually test the Service types, since
      connections are forwarded to the clusterIP. But the tests can be
      run in automation when the external networking is not available.
      9373af23
    • Geoff Simmons's avatar
  10. 24 Nov, 2020 3 commits
  11. 20 Nov, 2020 1 commit
  12. 15 Oct, 2020 2 commits
    • Geoff Simmons's avatar
    • Geoff Simmons's avatar
      Update Ingress status.loadBalancer after successful sync. · 2c879de1
      Geoff Simmons authored
      The addresses for this array are taken from the public names and/or
      IPs in the spec for Service(s) that expose the Ingress. These are
      identified as:
      
      - in the same namespace as the admin Service
      - have the label viking.uplex.de/svc=public
      - have the same selectors as the admin Service
      - type is one of ClusterIP, NodePort or LoadBalancer
      
      The label viking.uplex.de/svc is only required if the Ingress status
      update is required. For example to use a tool like ArgoCD, or if
      the cloud provider requires it.
      
      Set the label in the Service template for the viking-service chart.
      2c879de1
  13. 14 Oct, 2020 1 commit
  14. 13 Oct, 2020 8 commits