cluster

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

webhook-ingress.yaml (399B)


      1 apiVersion: gateway.networking.k8s.io/v1
      2 kind: HTTPRoute
      3 metadata:
      4   name: webhook-ingress
      5   namespace: flux-system
      6 spec:
      7   parentRefs:
      8     - name: envoy-gateway
      9       namespace: envoy-gateway
     10   hostnames:
     11     - webhook.kubernetes.midnightthoughts.space
     12   rules:
     13     - backendRefs:
     14         - name: webhook-receiver
     15           port: 80
     16       timeouts:
     17         request: 240s
     18         backendRequest: 0s