feat(ente): custom CORS proxy for s3 storage
All checks were successful
Renovate / renovate (push) Successful in 1m27s
All checks were successful
Renovate / renovate (push) Successful in 1m27s
This commit is contained in:
parent
dd042e7750
commit
9c169f5280
2 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,7 @@ labels:
|
|||
|
||||
resources:
|
||||
- resources/namespace.yaml
|
||||
- resources/cors-proxy/spinapp.yaml
|
||||
- resources/museum/db/db.yaml
|
||||
- resources/museum/db/user.yaml
|
||||
- resources/museum/cache.yaml
|
||||
|
|
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