3 references to PrimaryEndpointName
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (2)
105.WithEndpoint(port: port, targetPort: 5432, name: PostgresServerResource.PrimaryEndpointName) // Internal port is always 5432. 466return builder.WithEndpoint(PostgresServerResource.PrimaryEndpointName, endpoint =>
PostgresServerResource.cs (1)
24PrimaryEndpoint = new(this, PrimaryEndpointName);