apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
  name: https
spec:
  parentRefs:
    - name: homelab-gateway
      sectionName: websecure
      kind: Gateway
      namespace: homelab
  hostnames:
    - web.leechpepin.com
  rules:
    - matches:
        - path:
            type: PathPrefix
            value: /
      backendRefs:
        - name: web
          port: 80