k8s/manifests/04-routes/httproute-flask-htmx-board-master.yaml
hogweed1 e394d57f5c
All checks were successful
continuous-integration/drone/push Build is passing
mm
2024-07-21 23:29:12 +10:00

23 lines
416 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-flask-htmx-board-master
namespace: vdk2ch
spec:
hostnames:
#- board.guaranteedstruggle.host
- master.board.vdk2ch.ru
parentRefs:
- name: my-gateway
namespace: default
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: flask-htmx-master-service
port: 5000