From 287ec8afc145a4bb61027d7729982b99cb5d4247 Mon Sep 17 00:00:00 2001 From: Andrei Kurilov <18027129+akurilov@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:58:06 +0300 Subject: [PATCH] fix: switch to port 465 --- helm/int-email/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/int-email/templates/deployment.yaml b/helm/int-email/templates/deployment.yaml index 52aa41e..998a49c 100644 --- a/helm/int-email/templates/deployment.yaml +++ b/helm/int-email/templates/deployment.yaml @@ -71,8 +71,8 @@ spec: - name: smtp containerPort: {{ .Values.service.port }} protocol: TCP - livenessProbe: {} - readinessProbe: {} + livenessProbe: null + readinessProbe: null resources: {{- toYaml .Values.resources | nindent 12 }} volumes: