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

chore: support Prefix type in ingress path. #35

Merged
merged 13 commits into from
Apr 5, 2022
Merged

Conversation

b0nete
Copy link
Contributor

@b0nete b0nete commented Feb 7, 2022

Use pathType as Prefix to work with Application Load Balancer.

closes #36

Use pathType as Prefix to work with Application Load Balancer.
Copy link
Collaborator

@cbuto cbuto left a comment

Choose a reason for hiding this comment

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

thanks for the PR! Just needs one small change

Also, can you bump the chart version to 3.7.0?

@@ -50,7 +50,7 @@ spec:
{{- end }}
port:
number: {{ default $servicePort .port }}
pathType: ImplementationSpecific
pathType: Prefix
Copy link
Collaborator

Choose a reason for hiding this comment

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

To avoid any breaking changes, can we pull this out into a variable and default to ImplementationSpecific?

@nerdeveloper
Copy link
Member

Hello @b0nete if you are busy, I can pick it up from where you stopped and start working on it. I will be glad to do it. thank you

@nerdeveloper
Copy link
Member

I am going to take over this PR and submit it for merging this week

@nerdeveloper nerdeveloper mentioned this pull request Mar 31, 2022
fede-r1c0 and others added 2 commits April 1, 2022 14:06
Signed-off-by: Federico Luna Agüero <federico@craftech.io>
bump: chart version up to 3.7.0
@fede-r1c0
Copy link
Contributor

@nerdeveloper can you merge your PR #42 in this branch?

@fede-r1c0
Copy link
Contributor

thanks for the PR! Just needs one small change

Also, can you bump the chart version to 3.7.0?

@cbuto chart version was upgraded to 3.7.0

@nerdeveloper
Copy link
Member

nerdeveloper commented Apr 1, 2022

unfortunately, I am not sure I can, as I dont have access to this particular branch

@fede-r1c0
Copy link
Contributor

unfortunately, I am sure I can, as I dont have access to this particular branch

sure, @b0nete or @cbuto can you create this PR?

https://github.com/b0nete/charts/compare/b0nete:patch-1...nerdeveloper:patch-1?expand=1

@cbuto
Copy link
Collaborator

cbuto commented Apr 1, 2022

@fede-r1c0 will @b0nete be handling this PR and working on it? if not, lets close it and move the conversation to #42. It will be easier to work on if @b0nete is unavailable.

@b0nete
Copy link
Contributor Author

b0nete commented Apr 1, 2022

Sorry @cbuto, i didn't have notifications enabled i and couldn't see it in time.

Copy link
Collaborator

@cbuto cbuto left a comment

Choose a reason for hiding this comment

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

no problem @b0nete! Just a few minor things to address.

You'll also need to resolve the merge conflicts.

thanks!

src/chartmuseum/templates/ingress.yaml Outdated Show resolved Hide resolved
src/chartmuseum/templates/ingress.yaml Outdated Show resolved Hide resolved
src/chartmuseum/values.yaml Outdated Show resolved Hide resolved
fede-r1c0 and others added 4 commits April 4, 2022 16:37
Co-authored-by: Casey Buto <cbuto22@gmail.com>
Co-authored-by: Casey Buto <cbuto22@gmail.com>
Co-authored-by: Casey Buto <cbuto22@gmail.com>
src/chartmuseum/Chart.yaml Outdated Show resolved Hide resolved
fede-r1c0 and others added 2 commits April 4, 2022 17:10
Co-authored-by: Casey Buto <cbuto22@gmail.com>
Copy link
Collaborator

@cbuto cbuto left a comment

Choose a reason for hiding this comment

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

looks good! @nerdeveloper @scbizu want to give it a look over?

@cbuto cbuto requested a review from scbizu April 4, 2022 20:45
@nerdeveloper
Copy link
Member

lgtm! I'm guessing the docs will be updated automatically, right? @cbuto

@cbuto
Copy link
Collaborator

cbuto commented Apr 5, 2022

good point, the docs are a manual process right now. @b0nete can you add pathType to the docs in the README? Once that is in place, let’s merge it!

@fede-r1c0
Copy link
Contributor

good point, the docs are a manual process right now. @b0nete can you add pathType to the docs in the README? Once that is in place, let’s merge it!

@cbuto can you check the docs changes?

@cbuto
Copy link
Collaborator

cbuto commented Apr 5, 2022

@fede-r1c0 that looks awesome! thanks for taking the time to update those.

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.

Use Prefix in type to work with ALB.
4 participants