diff options
author | 2024-01-19 13:55:44 +0000 | |
---|---|---|
committer | 2024-01-19 13:55:44 +0000 | |
commit | e1c794e9f66056a4e9fd1ebec6e6bdf2113b8489 (patch) | |
tree | 6ba7a71df56f752eea4f9312812cc2816b0fcefb /kubernetes/namespaces/default | |
parent | Bump 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.yaml | 5 |
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 |