mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(helmfile): Streamline annotations
This commit is contained in:
committed by
Thorsten Roßner
parent
19438c0281
commit
7aa717c050
@@ -41,7 +41,10 @@ persistence:
|
||||
{{ .Values.annotations.servicesExternalPostfix.persistence | toYaml | nindent 4 }}
|
||||
|
||||
podAnnotations:
|
||||
{{ .Values.annotations.servicesExternalPostfix.pod | toYaml | nindent 2 }}
|
||||
intents.otterize.com/service-name: "postfix"
|
||||
{{- with .Values.annotations.servicesExternalPostfix.pod }}
|
||||
{{ . | toYaml | nindent 2}}
|
||||
{{- end}}
|
||||
|
||||
podSecurityContext:
|
||||
enabled: true
|
||||
@@ -106,8 +109,6 @@ postfix:
|
||||
virtualTransport: "lmtps:dovecot:24"
|
||||
{{- end }}
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
replicaCount: {{ .Values.replicas.postfix }}
|
||||
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user