feat(ente): custom CORS proxy for s3 storage
Some checks failed
Renovate / renovate (push) Has been cancelled
Some checks failed
Renovate / renovate (push) Has been cancelled
This commit is contained in:
parent
dd042e7750
commit
a9e207d80d
1 changed files with 11 additions and 0 deletions
11
ente/resources/cors-proxy/spinapp.yaml
Normal file
11
ente/resources/cors-proxy/spinapp.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: core.spinoperator.dev/v1alpha1
|
||||||
|
kind: SpinApp
|
||||||
|
metadata:
|
||||||
|
name: s3-cors-proxy
|
||||||
|
spec:
|
||||||
|
image: "code.icb4dc0.de/infrastructure/functions:latest"
|
||||||
|
executor: containerd-shim-spin
|
||||||
|
replicas: 2
|
||||||
|
variables:
|
||||||
|
- name: s3_endpoint_url
|
||||||
|
value: "https://fsn1.your-objectstorage.com"
|
Loading…
Reference in a new issue