feat(ente): deploy s3 proxy HTTPS route
Some checks failed
Renovate / renovate (push) Failing after 1m36s
Some checks failed
Renovate / renovate (push) Failing after 1m36s
This commit is contained in:
parent
8165a655ab
commit
194032f36a
2 changed files with 57 additions and 41 deletions
|
@ -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
|
||||||
|
|
|
@ -22,6 +22,22 @@ spec:
|
||||||
---
|
---
|
||||||
apiVersion: gateway.networking.k8s.io/v1
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
kind: HTTPRoute
|
kind: HTTPRoute
|
||||||
|
metadata:
|
||||||
|
name: https-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:
|
||||||
|
|
Loading…
Reference in a new issue