diff options
| author | 2025-11-11 20:07:56 +0000 | |
|---|---|---|
| committer | 2025-11-11 20:07:56 +0000 | |
| commit | 283a5d41dc0448c6dc8b4939e9d2e8af315c9f50 (patch) | |
| tree | caf66bbbba1dfedaaee7466182a25f1dd80f64d1 | |
| parent | Use proper header name for junk sieve rule (diff) | |
Use newer ModMail image & update TMPDIR paths with 4.2.0
| -rw-r--r-- | kubernetes/namespaces/modmail/bot/deployment.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/namespaces/modmail/bot/deployment.yaml b/kubernetes/namespaces/modmail/bot/deployment.yaml index ae135e2..967217c 100644 --- a/kubernetes/namespaces/modmail/bot/deployment.yaml +++ b/kubernetes/namespaces/modmail/bot/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: modmail-bot - image: ghcr.io/python-discord/modmail:latest + image: ghcr.io/python-discord/modmail:master resources: requests: cpu: 75m @@ -25,13 +25,13 @@ spec: memory: 1000Mi imagePullPolicy: "Always" volumeMounts: - - mountPath: /modmailbot/plugins + - mountPath: /opt/modmail/plugins name: plugins-vol - - mountPath: /modmailbot/temp + - mountPath: /opt/modmail/temp name: temp-vol env: - name: TMPDIR - value: /modmailbot/temp + value: /opt/modmail/temp envFrom: - secretRef: name: modmail |