Compare commits

...

2 Commits

Author SHA1 Message Date
khwezi 4f44d0c597 Merge pull request 'Updated multi pod handling of sticky sessions' (#82) from cart into main
Reviewed-on: #82
2026-06-14 23:15:57 +02:00
Khwezi Mngoma c3e6f9801b Updated multi pod handling of sticky sessions
continuous-integration/drone/pr Build is passing
2026-06-14 23:14:41 +02:00
2 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -18,13 +18,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.133.0" />
<PackageReference Include="LiteCharms.Features" Version="1.134.0" />
</ItemGroup>
<!-- UI -->
<ItemGroup>
<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 -->
<Using Include="Blazored.Toast.Services" />
-5
View File
@@ -246,9 +246,4 @@ spec:
port: 443
scheme: https
serversTransport: midrandbooks-bypass-backend-validation
sticky:
cookie:
name: "lp-sticky-session"
httpOnly: true
secure: true
tls: {}