You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/orleans/deployment/kubernetes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ spec:
99
99
valueFrom:
100
100
fieldRef:
101
101
fieldPath: status.podIP
102
-
- name: DOTNET_SHUTDOWNTIMEOUTSECONDS
102
+
- name: ASPNETCORE_SHUTDOWNTIMEOUTSECONDS # See .NET Generic Host in ASP.NET Core ShutdownTimeout https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-9.0#shutdowntimeout
0 commit comments