Fix deployment and maybe services
This commit is contained in:
parent
6fcf0bd021
commit
b1b8945fb0
@ -16,7 +16,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: dovecat
|
app: dovecot
|
||||||
tier: imap
|
tier: imap
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
@ -4,6 +4,7 @@ metadata:
|
|||||||
name: dovecot
|
name: dovecot
|
||||||
labels:
|
labels:
|
||||||
app: dovecot
|
app: dovecot
|
||||||
|
tier: imap
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- nodePort: 30024
|
- nodePort: 30024
|
||||||
|
@ -7,6 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: postfix
|
app: postfix
|
||||||
|
tier: smtp
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- port: 30025
|
- port: 30025
|
||||||
|
Loading…
Reference in New Issue
Block a user