aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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