remove superflous `tmp-files`
This is not required because `readOnlyRootFilesystem: false`.
This commit is contained in:
parent
4dfe11e470
commit
b561b178da
|
@ -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/
|
mountPath: /secrets/ssl/rsa/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
# other
|
|
||||||
- name: tmp-files
|
|
||||||
mountPath: /tmp
|
|
||||||
readOnly: false
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- name: smtp
|
- name: smtp
|
||||||
containerPort: 25
|
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
|
path: tls.key
|
||||||
- key: tls.crt
|
- key: tls.crt
|
||||||
path: tls.crt
|
path: tls.crt
|
||||||
|
|
||||||
# other
|
|
||||||
- name: tmp-files
|
|
||||||
emptyDir: {}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exposing your Mail Server to the Outside World
|
## Exposing your Mail Server to the Outside World
|
||||||
|
|
Loading…
Reference in New Issue