mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
25 lines
445 B
YAML
25 lines
445 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: mailpit
|
|
labels:
|
|
app: mailpit
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: mailpit
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: mailpit
|
|
spec:
|
|
containers:
|
|
- name: mailpit
|
|
image: axllent/mailpit:latest
|
|
ports:
|
|
- containerPort: 1025
|
|
name: smtp
|
|
- containerPort: 8025
|
|
name: web
|