2 references to PrimaryEndpointName
Aspire.Hosting.Valkey (2)
ValkeyBuilderExtensions.cs (1)
140.WithEndpoint(port: port, targetPort: 6379, name: ValkeyResource.PrimaryEndpointName)
ValkeyResource.cs (1)
34public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this, PrimaryEndpointName);