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