Skip to content

Commit

Permalink
test(integ): add Stickiness to list of expect lb web service params (#…
Browse files Browse the repository at this point in the history
…1405)

_By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
  • Loading branch information
efekarakus authored Sep 21, 2020
1 parent 44a141d commit d868cff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"HealthCheckPath": "/",
"HTTPSEnabled": "true",
"TargetContainer": "my-svc",
"TargetPort": "5000"
"TargetPort": "5000",
"Stickiness": "false"
},
"Tags": {
"copilot-application": "my-app",
Expand Down

0 comments on commit d868cff

Please sign in to comment.