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