feat(ente): custom CORS proxy for s3 storage
Some checks failed
Renovate / renovate (push) Has been cancelled

This commit is contained in:
Peter 2024-11-22 18:08:12 +01:00
parent dd042e7750
commit a9e207d80d
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View 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"