# Dedicated host so this never shares a routing table with # queue.workolik.com, which already has a Gateway + Ingress conflict history. # Requires a DNS A record for flux-webhook.workolik.com pointing at the same # LB IP the other *.workolik.com hosts use. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: flux-webhook-ingress namespace: flux-system annotations: traefik.ingress.kubernetes.io/router.tls: "true" spec: rules: - host: flux-webhook.workolik.com http: paths: - path: /hook pathType: Prefix backend: service: name: webhook-receiver port: number: 80