Adding memory scratch space for mopbot
This commit is contained in:
parent
e6d78779fd
commit
1992ce4c13
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue