mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
22 lines
553 B
YAML
22 lines
553 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/gateway.networking.k8s.io/httproute_v1.json
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: github-webhook
|
|
spec:
|
|
hostnames: ["flux-webhook.${SECRET_EXTERNAL_DOMAIN}"]
|
|
parentRefs:
|
|
- name: external
|
|
namespace: network
|
|
sectionName: https
|
|
rules:
|
|
- backendRefs:
|
|
- name: webhook-receiver
|
|
namespace: flux-system
|
|
port: 80
|
|
matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /hook/
|