bright-horse-50102
04/22/2022, 4:31 AMspec.serviceName
is nginxService.metadata.name
, so the statefulset waits for the service to become ready. The service never becomes ready though, because it's waiting for pods matching it's selector to be created. These pods would be created by the statefulset, but Pulumi is not creating the statefulset until the service is readybrave-ambulance-98491
04/22/2022, 5:32 PMlabels
? That would solve the problem of the constant being repeated.
Hardcoding service names is generally fine. The only things I've had issues with giving fixed names to are Secrets & ConfigMaps.quiet-wolf-18467
04/22/2022, 7:11 PM<http://pulumi.com/skipAwait:|pulumi.com/><http://pulumi.com/skipAwait:|skipA><http://pulumi.com/skipAwait:|wait:> false
bright-horse-50102
04/22/2022, 7:32 PM