Fix some invalid syntax, still some issues

This commit is contained in:
Quentin Legot 2023-10-09 16:03:11 +02:00
parent e431abb9a6
commit 6fcf0bd021
2 changed files with 4 additions and 3 deletions

View File

@ -15,8 +15,9 @@ spec:
type: Recreate type: Recreate
template: template:
metadata: metadata:
app: dovecat labels:
tier: imap app: dovecat
tier: imap
spec: spec:
containers: containers:
- image: git.altarik.fr/quentinlegot/dovecot:latest - image: git.altarik.fr/quentinlegot/dovecot:latest

View File

@ -25,7 +25,7 @@ spec:
- containerPort: 25 - containerPort: 25
name: smtp name: smtp
- containerPort: 143 - containerPort: 143
name: auth smtp tls name: auth-smtp-tls
- containerPort: 587 - containerPort: 587
name: msa name: msa