Adding memory scratch space for mopbot

This commit is contained in:
Moritz Graf 2020-12-15 12:02:19 +01:00
parent e6d78779fd
commit 1992ce4c13
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,9 @@ spec:
containers:
- image: registry.haumdaucher.de/mopbot:latest
name: mopbot
volumeMounts:
- mountPath: /tmp
name: tmp
resources:
limits:
cpu: "50m"
@ -38,4 +41,10 @@ spec:
value: "353004365:AAFF1hSa6IiUAmLBAKiSg6Wi1g9lVQ2L6rw"
- name: API_KEY_TANKER
value: "0376b4b4-5829-15a3-c391-15d8b20d3d4e"
volumes:
- name: tmp
emptyDir:
medium: Memory
sizeLimit: "50Mi"