Skip to content

Commit

Permalink
Expose gRPC port
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Nov 7, 2024
1 parent 1007f2e commit 93434ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/accounts-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,17 @@ service:
port: 8080
targetPort: http
protocol: TCP
http:
port: 8086
targetPort: grpc
protocol: TCP
ports:
- name: mon-http
containerPort: 8888
protocol: TCP
- name: grpc
containerPort: 8086
protocol: TCP
- name: http
containerPort: 8080
protocol: TCP
Expand Down

0 comments on commit 93434ba

Please sign in to comment.