feat(blob-proxy): add HTTPRoute
All checks were successful
functions / build (blob-proxy) (push) Successful in 1m15s
functions / build (comics) (push) Successful in 1m44s
functions / image_refs (push) Successful in 8s
functions / deploy (push) Successful in 8s

This commit is contained in:
Peter 2025-01-21 18:25:56 +01:00
parent 008dc46614
commit d3570a2744
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -33,3 +33,19 @@ spec:
- backendRefs:
- name: blob-proxy
port: 80
---
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