Skip to content

Commit

Permalink
fix service target port name
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Aug 9, 2024
1 parent 21ad940 commit 28fbfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/platform-storage/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
ports:
- name: http
port: 8080
targetPort: tcp-web
targetPort: http
selector:
app: {{ include "platformStorage.name" . }}
release: {{ .Release.Name }}
Expand Down

0 comments on commit 28fbfa0

Please sign in to comment.