Skip to content

Conversation

@bornast
Copy link
Member

@bornast bornast commented Jan 2, 2026

Changes:

  • Resolve TODO comments
  • Add load balancing algorithm type argument
  • Add certificate argument
  • Add integration tests covering the newly added arguments

privateZone: false,
});

const webServerWithDomain = new studion.WebServerBuilder(`web-server-domain`)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const webServerWithDomain = new studion.WebServerBuilder(`web-server-domain`)
const webServerWithCustomDomain = new studion.WebServerBuilder(`web-server-domain`)

just because we use customDomain inside web server component 🤔
definitely if you decide to change the name then don't forget to update it on other places also

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think withDomain is already self explanatory. I don't think we need to necessary map it to a method name...

Base automatically changed from task/certificate-v2-san-arg to master January 12, 2026 12:23
@bornast bornast requested a review from mandryllo January 12, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support certificate argument on WebServer component Add loadBalancingAlgorithmType param to web-server component

3 participants