added /data to kustomize deployment

Added an emptyDir to the kustomzie deployment, otherwise the /store endpoint does not work for storing files.
This commit is contained in:
Michael Kebe
2024-01-10 09:44:12 +01:00
committed by GitHub
parent dc830d02a6
commit 2d80c7a22d
+6
View File
@@ -72,3 +72,9 @@ spec:
requests:
cpu: 100m
memory: 64Mi
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
emptyDir: {}