[go: nahoru, domu]

Skip to content

Commit

Permalink
changed service type to ClusterIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rsivasai committed Apr 8, 2022
1 parent 14a1c9c commit 541b0b4
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: classification-service
spec:
type: NodePort
type: ClusterIP
ports:
- port: 80
protocol: TCP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: document-status-service
spec:
type: NodePort
type: ClusterIP
ports:
- port: 80
protocol: TCP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: extraction-service
spec:
type: NodePort
type: ClusterIP
ports:
- port: 80
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion microservices/hitl_service/kustomize/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: hitl-service
spec:
type: NodePort
type: ClusterIP
#loadBalancerIP: 35.224.197.56
ports:
- port: 80
Expand Down
2 changes: 1 addition & 1 deletion microservices/matching_service/kustomize/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: matching-service
spec:
type: NodePort
type: ClusterIP
ports:
- port: 80
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion microservices/sample_service/kustomize/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: sample-service
spec:
type: NodePort
type: ClusterIP
ports:
- port: 80
protocol: TCP
Expand Down
4 changes: 2 additions & 2 deletions microservices/upload_service/kustomize/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
labels:
app: upload-service
spec:
type: LoadBalancer
loadBalancerIP: 34.68.97.195
type: ClusterIP
#loadBalancerIP: 34.68.97.195
ports:
- port: 80
protocol: TCP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: validation-service
spec:
type: NodePort
type: ClusterIP
ports:
- port: 80
protocol: TCP
Expand Down

0 comments on commit 541b0b4

Please sign in to comment.