Ensure scaling up from zero works in faasd CE

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2024-09-18 15:45:13 +01:00
parent 5344a32472
commit 6b1e49a2a5

View File

@ -12,7 +12,7 @@ const (
OrchestrationIdentifier = "containerd" OrchestrationIdentifier = "containerd"
// ProviderName name of the provider // ProviderName name of the provider
ProviderName = "faasd" ProviderName = "faasd-ce"
) )
// MakeInfoHandler creates handler for /system/info endpoint // MakeInfoHandler creates handler for /system/info endpoint