cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

service.yaml (682B)


      1 apiVersion: gateway.networking.k8s.io/v1
      2 kind: HTTPRoute
      3 metadata:
      4   name: connectivity-tester-api-temp
      5   namespace: matrix
      6 spec:
      7   parentRefs:
      8     - name: envoy-gateway
      9       namespace: envoy-gateway
     10   hostnames:
     11     - connectivity-tester.mtrnord.blog
     12     - federationtester.mtrnord.blog
     13   rules:
     14     - matches:
     15         - path:
     16             value: /api
     17             type: PathPrefix
     18         - path:
     19             value: /api-docs
     20             type: PathPrefix
     21         - path:
     22             value: /metrics
     23             type: PathPrefix
     24       backendRefs:
     25         - name: connectivity-tester-api-primary
     26           port: 8080
     27       timeouts:
     28         request: 240s
     29         backendRequest: 0s