2024-11-22 17:08:12 +00:00
|
|
|
apiVersion: core.spinkube.dev/v1alpha1
|
|
|
|
kind: SpinApp
|
|
|
|
metadata:
|
|
|
|
name: s3-cors-proxy
|
|
|
|
spec:
|
|
|
|
image: "code.icb4dc0.de/infrastructure/functions:latest"
|
2024-11-22 17:29:47 +00:00
|
|
|
executor: ente-containerd-shim-spin
|
2024-11-22 17:08:12 +00:00
|
|
|
replicas: 2
|
|
|
|
variables:
|
|
|
|
- name: s3_endpoint_url
|
|
|
|
value: "https://fsn1.your-objectstorage.com"
|