functions/deploy/resources/routes.yaml
Peter Kurfer 8897bbe4eb
Some checks failed
functions / build (blob-proxy) (push) Successful in 1m42s
functions / build (comics) (push) Failing after 1m57s
functions / deploy (push) Has been skipped
feat: migrate blob proxy
2025-01-21 16:33:58 +01:00

35 lines
661 B
YAML

---
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
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: blog-https
spec:
parentRefs:
- name: contour
sectionName: https
namespace: projectcontour
hostnames:
- "www.icb4dc0.de"
rules:
- backendRefs:
- name: blob-proxy
port: 80