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.
466
return builder.WithEndpoint(PostgresServerResource.
PrimaryEndpointName
, endpoint =>
PostgresServerResource.cs (1)
24
PrimaryEndpoint = new(this,
PrimaryEndpointName
);