Fix deployment and maybe services

This commit is contained in:
Quentin Legot 2023-10-09 16:20:14 +02:00
parent 6fcf0bd021
commit b1b8945fb0
3 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: dovecat app: dovecot
tier: imap tier: imap
spec: spec:
containers: containers:

View File

@ -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

View File

@ -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