aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-01-19 13:55:44 +0000
committerGravatar Chris Lovering <[email protected]>2024-01-19 13:55:44 +0000
commite1c794e9f66056a4e9fd1ebec6e6bdf2113b8489 (patch)
tree6ba7a71df56f752eea4f9312812cc2816b0fcefb /kubernetes/namespaces/default
parentBump jinja2 from 3.1.2 to 3.1.3 (diff)
Remove unused temp dir on lancebot
Diffstat (limited to 'kubernetes/namespaces/default')
-rw-r--r--kubernetes/namespaces/default/sir-lancebot/deployment.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/kubernetes/namespaces/default/sir-lancebot/deployment.yaml b/kubernetes/namespaces/default/sir-lancebot/deployment.yaml
index 826af5b..e47aeef 100644
--- a/kubernetes/namespaces/default/sir-lancebot/deployment.yaml
+++ b/kubernetes/namespaces/default/sir-lancebot/deployment.yaml
@@ -35,16 +35,11 @@ spec:
mountPath: /bot/bot/exts/fun/_latex_cache
- name: lancebot-logs-vol
mountPath: /bot/bot/log
- - name: lancebot-tmp-vol
- mountPath: /tmp
volumes:
- name: lancebot-data-vol
emptyDir: {}
- name: lancebot-logs-vol
emptyDir: {}
- - name: lancebot-tmp-vol
- emptyDir:
- medium: Memory
securityContext:
fsGroup: 1000
runAsUser: 1000