Skip to content

Commit

Permalink
Changed service targetPort to 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 17, 2024
1 parent 8b68078 commit 14568ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: 8000
protocol: TCP
name: http
selector:
Expand Down

0 comments on commit 14568ba

Please sign in to comment.