Updated multi pod handling of sticky sessions #82

Merged
khwezi merged 1 commits from cart into main 2026-06-14 23:15:58 +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: {}