remove superflous `tmp-files`

This is not required because `readOnlyRootFilesystem: false`.
This commit is contained in:
georglauterbach 2024-03-09 17:29:36 +01:00
parent 4dfe11e470
commit b561b178da
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 0 additions and 9 deletions

View File

@ -299,11 +299,6 @@ When you do not want to or you cannot use Helm, below is a simple starting point
mountPath: /secrets/ssl/rsa/
readOnly: true
# other
- name: tmp-files
mountPath: /tmp
readOnly: false
ports:
- name: smtp
containerPort: 25
@ -343,10 +338,6 @@ When you do not want to or you cannot use Helm, below is a simple starting point
path: tls.key
- key: tls.crt
path: tls.crt
# other
- name: tmp-files
emptyDir: {}
```
## Exposing your Mail Server to the Outside World