cluster

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

route.yaml (635B)


      1 apiVersion: gateway.networking.k8s.io/v1
      2 kind: HTTPRoute
      3 metadata:
      4   name: weblate
      5   namespace: weblate
      6 spec:
      7   parentRefs:
      8     - name: envoy-gateway
      9       namespace: envoy-gateway
     10   hostnames:
     11     - weblate.mtrnord.blog
     12   rules:
     13     - backendRefs:
     14         - name: weblate
     15           port: 80
     16       timeouts:
     17         request: 240s
     18         backendRequest: 0s
     19 ---
     20 apiVersion: gateway.envoyproxy.io/v1alpha1
     21 kind: BackendTrafficPolicy
     22 metadata:
     23   name: weblate-compression
     24   namespace: weblate
     25 spec:
     26   targetRef:
     27     group: gateway.networking.k8s.io
     28     kind: HTTPRoute
     29     name: weblate
     30   compression:
     31     - type: Gzip
     32     - type: Brotli