Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Restore service creation for gateway trait #5978

Merged
merged 1 commit into from
May 12, 2023

Conversation

Kolossi
Copy link
Contributor

@Kolossi Kolossi commented May 11, 2023

Description of your changes

🤖 Generated by Copilot at 9eb50ac

Summary

✨🔧📝

This pull request adds a new output to the gateway trait definition and template that creates a Service resource for the gateway. This enables users to specify custom domain names and use external DNS providers for the gateway.

serviceOutputName
A new trait for the gateway
Spring brings custom domains

Walkthrough

  • Add a new output to the gateway trait template that creates a Service resource for the gateway (link, link)

Restoring gateway trait service creation as per post-merge discussion on PR 5860

Fixes #

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Local dry-run and simple usage on a cluster.

Special notes for your reviewer

See #5860 (comment)

Signed-off-by: Paul Sweeney <psweeney@travelrepublic.co.uk>
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (761c308) 60.55% compared to head (9eb50ac) 60.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5978      +/-   ##
==========================================
- Coverage   60.55%   60.54%   -0.02%     
==========================================
  Files         224      224              
  Lines       31202    31202              
==========================================
- Hits        18895    18891       -4     
- Misses      10525    10533       +8     
+ Partials     1782     1778       -4     
Flag Coverage Δ
core-unittests 55.79% <ø> (-0.04%) ⬇️
e2e-multicluster-test 24.69% <ø> (+<0.01%) ⬆️
e2etests 25.07% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Somefive
Copy link
Collaborator

/cc @chivalryq

@chivalryq chivalryq merged commit 4a1ed78 into kubevela:master May 12, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants