Skip to content

Commit

Permalink
#11 all custom services deployed in the k8s
Browse files Browse the repository at this point in the history
- internal services hidden in the k8s cluster - api through Gateway
  • Loading branch information
maciejgz committed Oct 5, 2023
1 parent 9eae8af commit 8a75c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ms-cms-service/k8s/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
protocol: TCP
selector:
app: ms-cms-service
type: LoadBalancer
type: ClusterIP
2 changes: 1 addition & 1 deletion ms-stock-service/k8s/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
protocol: TCP
selector:
app: ms-stock-service
type: LoadBalancer
type: ClusterIP

0 comments on commit 8a75c54

Please sign in to comment.