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>
<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" />
-5
View File
@@ -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: {}