Skip to content

Commit

Permalink
Update gcp-deploy-service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech authored Nov 20, 2023
1 parent 13c0258 commit f3dbd8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cart-service/gcp-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
imagePullPolicy: Always
ports:
- name: http
containerPort: 9096
containerPort: 9094
protocol: TCP
env:
- name: MYSQL_DB_USERNAME
Expand Down Expand Up @@ -49,8 +49,8 @@ metadata:
spec:
ports:
- name: http
port: 9096
targetPort: 9096
port: 9094
targetPort: 9094
selector:
app: cartservice
type: LoadBalancer
Expand Down

0 comments on commit f3dbd8a

Please sign in to comment.