Merge pull request #334 from michaelkebe/patch-1

Fixes /store endpoint with the kustomize deployment
This commit is contained in:
Stefan Prodan
2024-02-25 11:31:44 +02:00
committed by GitHub
+6
View File
@@ -72,3 +72,9 @@ spec:
requests:
cpu: 100m
memory: 64Mi
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
emptyDir: {}