Skip to content

Commit

Permalink
FIx the ingestion service port number (#18)
Browse files Browse the repository at this point in the history
* FIx the ingestion service port number

* Fix
  • Loading branch information
s-vitaliy authored Jul 18, 2024
1 parent 1cc1190 commit be2d353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .helm/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: http
- port: 5000
targetPort: 8080
protocol: TCP
name: http
selector:
Expand Down

0 comments on commit be2d353

Please sign in to comment.