Skip to content

Commit

Permalink
Merge pull request KusionStack#93 from jakezhu9/fix/http-echo
Browse files Browse the repository at this point in the history
fix: backend service name in http-echo
  • Loading branch information
Peefy authored Apr 3, 2023
2 parents 4ab1d7f + abf0130 commit 44e62b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appops/http-echo/base/base.k
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ appConfiguration: frontend.Server {
path = "/apple"
pathType = "Prefix"
backend.service = {
name = "app-service"
name = "apple-service"
port = {number = 5678}
}
}
Expand Down
2 changes: 1 addition & 1 deletion appops/http-echo/dev/ci-test/stdout.golden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ attributes:
pathType: Prefix
backend:
service:
name: app-service
name: apple-service
port:
number: 5678

0 comments on commit 44e62b8

Please sign in to comment.