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