Skip to content
Snippets Groups Projects
Commit e2d27fbe authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

added new UPLOAD_DIR env var

parent 3438e1dc
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ spec:
- name: exports
emptyDir:
sizeLimit: "2Gi"
- name: uploads
emptyDir:
sizeLimit: "2Gi"
......@@ -10,6 +10,7 @@ data:
API_PORT: "8080"
API_PREFIX: "/api"
EXPORT_DIR: "/exports/"
UPLOAD_DIR: "/uploads/"
CORS_ORIGIN: "maed-exporter-frontend-svc.mdata.svc.cluster.local:8090"
---
apiVersion: v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment