feat(blob-proxy): add HTTPRoute
This commit is contained in:
parent
008dc46614
commit
d3570a2744
1 changed files with 16 additions and 0 deletions
|
@ -33,3 +33,19 @@ spec:
|
||||||
- backendRefs:
|
- backendRefs:
|
||||||
- name: blob-proxy
|
- name: blob-proxy
|
||||||
port: 80
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue