functions/deploy/resources/routes.yaml

19 lines
360 B
YAML
Raw Normal View History

2025-01-17 12:07:23 +01:00
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: functions-https
spec:
parentRefs:
- name: contour
sectionName: https
namespace: projectcontour
hostnames:
- "functions.icb4dc0.de"
rules:
- matches:
- path:
value: "/comics"
backendRefs:
- name: comics
port: 80