Skip to content

Commit

Permalink
Merge pull request #2652 from sgayangi/internal-7554-new
Browse files Browse the repository at this point in the history
Update samples for QSG
  • Loading branch information
Krishanx92 authored Nov 8, 2024
2 parents 4abd8a9 + 6caf84a commit 05b6352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"servers": [
{
"url": "http://employee-service:80",
"url": "http://employee-service:8080",
"description": "Server URL",
"variables": {}
}
],
"paths": {
"/employee": {
"/employees": {
"get": {
"tags": [
"employee-controller"
Expand Down
6 changes: 3 additions & 3 deletions developer/tryout/samples/qsg-sample-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
- port: 8080
targetPort: 8080
selector:
app: employee-app
---
Expand All @@ -28,4 +28,4 @@ spec:
- name: employee-service-container
image: sega1234/json-server-service:latest
ports:
- containerPort: 80
- containerPort: 8080

0 comments on commit 05b6352

Please sign in to comment.