feat(stalwart-mail): add pod annotations
This commit is contained in:
parent
48872f3d62
commit
081b3de8c4
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -30,3 +30,5 @@ service:
|
|||
imap: 143
|
||||
imaps: 993
|
||||
sieve: 4190
|
||||
|
||||
podAnnotations: {}
|
||||
|
|
Loading…
Reference in a new issue