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
|
apiVersion: v2
|
||||||
name: stalwart-mail
|
name: stalwart-mail
|
||||||
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
appVersion: 0.8.1
|
appVersion: 0.8.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
|
|
|
@ -13,6 +13,10 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "stalwart-mail.selectorLabels" . | nindent 8 }}
|
{{- include "stalwart-mail.selectorLabels" . | nindent 8 }}
|
||||||
|
annotations:
|
||||||
|
{{- with .Values.podAnnotations }}
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ include "stalwart-mail.fullname" . }}
|
serviceAccountName: {{ include "stalwart-mail.fullname" . }}
|
||||||
containers:
|
containers:
|
||||||
|
|
|
@ -30,3 +30,5 @@ service:
|
||||||
imap: 143
|
imap: 143
|
||||||
imaps: 993
|
imaps: 993
|
||||||
sieve: 4190
|
sieve: 4190
|
||||||
|
|
||||||
|
podAnnotations: {}
|
||||||
|
|
Loading…
Reference in a new issue