fix(helmfile): Streamline annotations

This commit is contained in:
Sven-Erik Schmidt
2025-10-14 16:54:36 +02:00
committed by Thorsten Roßner
parent 19438c0281
commit 7aa717c050
49 changed files with 338 additions and 108 deletions

View File

@@ -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: