Skip to content

chore: support Prefix type in ingress path.#35

Merged
cbuto merged 13 commits intochartmuseum:mainfrom
b0nete:patch-1
Apr 5, 2022
Merged

chore: support Prefix type in ingress path.#35
cbuto merged 13 commits intochartmuseum:mainfrom
b0nete:patch-1

Conversation

@b0nete
Copy link
Copy Markdown
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
Copy Markdown
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?

Comment thread src/chartmuseum/templates/ingress.yaml Outdated
port:
number: {{ default $servicePort .port }}
pathType: ImplementationSpecific
pathType: Prefix
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

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

@fede-r1c0
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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!

Comment thread src/chartmuseum/templates/ingress.yaml Outdated
Comment thread src/chartmuseum/templates/ingress.yaml Outdated
Comment thread src/chartmuseum/values.yaml Outdated
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>
Comment thread src/chartmuseum/Chart.yaml Outdated
fede-r1c0 and others added 2 commits April 4, 2022 17:10
Co-authored-by: Casey Buto <cbuto22@gmail.com>
Copy link
Copy Markdown
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
Copy Markdown
Member

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

@cbuto
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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