Skip to content

Commit

Permalink
update kuberentes container ports for microservices
Browse files Browse the repository at this point in the history
  • Loading branch information
husseinsa committed Feb 13, 2024
1 parent 9d7478a commit 88eb227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
cpu: 500m
memory: 2Gi
ports:
- containerPort: 8080
- containerPort: 80
env:
- name: PETSTOREORDERSERVICE_SERVER_PORT
value: "80"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
cpu: 500m
memory: 2Gi
ports:
- containerPort: 8080
- containerPort: 80
env:
- name: PETSTOREPETSERVICE_SERVER_PORT
value: "80"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
cpu: 500m
memory: 2Gi
ports:
- containerPort: 8080
- containerPort: 80
env:
- name: PETSTOREPRODUCTSERVICE_SERVER_PORT
value: "80"
Expand Down

0 comments on commit 88eb227

Please sign in to comment.