Skip to content

Commit

Permalink
fix: switch to port 465
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Oct 9, 2024
1 parent 5c7df4f commit 287ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/int-email/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 287ec8a

Please sign in to comment.