Merge pull request 'Updated multi pod handling of sticky sessions' (#82) from cart into main
Reviewed-on: #82
This commit was merged in pull request #82.
This commit is contained in:
@@ -18,13 +18,13 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="LiteCharms.Features" Version="1.133.0" />
|
<PackageReference Include="LiteCharms.Features" Version="1.134.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- UI -->
|
<!-- UI -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
|
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
|
||||||
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.133.0" />
|
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.134.0" />
|
||||||
|
|
||||||
<!-- Global Usings -->
|
<!-- Global Usings -->
|
||||||
<Using Include="Blazored.Toast.Services" />
|
<Using Include="Blazored.Toast.Services" />
|
||||||
|
|||||||
@@ -246,9 +246,4 @@ spec:
|
|||||||
port: 443
|
port: 443
|
||||||
scheme: https
|
scheme: https
|
||||||
serversTransport: midrandbooks-bypass-backend-validation
|
serversTransport: midrandbooks-bypass-backend-validation
|
||||||
sticky:
|
|
||||||
cookie:
|
|
||||||
name: "lp-sticky-session"
|
|
||||||
httpOnly: true
|
|
||||||
secure: true
|
|
||||||
tls: {}
|
tls: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user