Skip to content

Commit

Permalink
updating service port name
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-downs committed Oct 10, 2023
1 parent e8fde34 commit 09c3d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/smtp-blackhole/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: smtp
protocol: TCP
name: http
name: smtp
selector:
{{- include "smtp-blackhole.selectorLabels" . | nindent 4 }}

0 comments on commit 09c3d9a

Please sign in to comment.