Skip to content

Commit

Permalink
ci(infra): [skip ci] Using empty dir for tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jul 16, 2022
1 parent 6658405 commit 527be14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ spec:
- name: data
persistentVolumeClaim:
claimName: fibr
- name: tmp
emptyDir: {}
volumeMounts:
- name: data
mountPath: /data
- name: tmp
mountPath: /tmp
config:
FIBR_CHUNK_UPLOAD: 'true'
FIBR_EXIF_DIRECT_ACCESS: 'true'
Expand Down

0 comments on commit 527be14

Please sign in to comment.