2025-01-21 16:33:58 +01:00
|
|
|
---
|
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
|
2025-01-21 16:33:58 +01:00
|
|
|
---
|
|
|
|
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
|
2025-01-21 18:25:56 +01:00
|
|
|
---
|
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
kind: HTTPRoute
|
|
|
|
metadata:
|
|
|
|
name: supabase-operator-docs-https
|
|
|
|
spec:
|
|
|
|
parentRefs:
|
|
|
|
- name: contour
|
|
|
|
sectionName: supabase-operator-docs
|
|
|
|
namespace: projectcontour
|
|
|
|
hostnames:
|
|
|
|
- "docs.supabase-operator.icb4dc0.de"
|
|
|
|
rules:
|
|
|
|
- backendRefs:
|
|
|
|
- name: blob-proxy
|
|
|
|
port: 80
|