feat(stalwart-mail): add pod annotations

This commit is contained in:
Tommy 2024-06-25 13:47:49 +02:00
parent 48872f3d62
commit 081b3de8c4
No known key found for this signature in database
3 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v2
name: stalwart-mail
description: Stalwart is a JMAP, IMAP4 and SMTP server
version: 0.2.0
version: 0.2.1
appVersion: 0.8.1
maintainers:
- name: Tommy Skaug

View file

@ -13,6 +13,10 @@ spec:
metadata:
labels:
{{- include "stalwart-mail.selectorLabels" . | nindent 8 }}
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ include "stalwart-mail.fullname" . }}
containers:

View file

@ -30,3 +30,5 @@ service:
imap: 143
imaps: 993
sieve: 4190
podAnnotations: {}