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