feat(ente): deploy s3 proxy HTTPS route
All checks were successful
Renovate / renovate (push) Successful in 1m23s

This commit is contained in:
Peter 2024-11-22 18:29:47 +01:00
parent 8165a655ab
commit ed7cf68762
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 57 additions and 41 deletions

View file

@ -4,7 +4,7 @@ metadata:
name: s3-cors-proxy name: s3-cors-proxy
spec: spec:
image: "code.icb4dc0.de/infrastructure/functions:latest" image: "code.icb4dc0.de/infrastructure/functions:latest"
executor: containerd-shim-spin executor: ente-containerd-shim-spin
replicas: 2 replicas: 2
variables: variables:
- name: s3_endpoint_url - name: s3_endpoint_url

View file

@ -22,6 +22,22 @@ spec:
--- ---
apiVersion: gateway.networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute kind: HTTPRoute
metadata:
name: s3-api
spec:
parentRefs:
- name: contour
sectionName: ente-endpoints
namespace: projectcontour
hostnames:
- s3.ente.icb4dc0.de
rules:
- backendRefs:
- name: ente-s3-cors-proxy
port: 80
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata: metadata:
name: https-api name: https-api
spec: spec: