Skip to content

Commit

Permalink
Merge branch 'v3' into 'master'
Browse files Browse the repository at this point in the history
Add service

See merge request isp/isp-config-service!5
  • Loading branch information
isp-owner committed Nov 27, 2024
2 parents 16d2701 + ca70e4a commit 8f9dc20
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions deploy/k8s/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ spec:
app: isp-config-service
ports:
- protocol: TCP
port: 4001
targetPort: 4001
name: ws
port: 9001
targetPort: 9001
- protocol: TCP
name: grpc
port: 9002
targetPort: 9002

0 comments on commit 8f9dc20

Please sign in to comment.