cluster

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

route.yaml (604B)


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