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

add istio ingress options #278

Closed
wants to merge 1 commit into from
Closed

add istio ingress options #278

wants to merge 1 commit into from

Conversation

Jmainguy
Copy link

Taking @nabbott2008 virtualservice from #185, and adding it as an option to the chart.

Fix some typos in the README.md
move around some information to make it clear ingress isn't the only option.

Would love more feedback on the README.md changes and where to place the values, I figured under ingress would make sense, could argue for moving it to its own block if you wanted to.

@Jmainguy
Copy link
Author

We are using the virtual service and gateway at $JOB, works well for us.

@Jmainguy
Copy link
Author

#274 is related in the same vein, a third ingress option. Depending on what we do in this PR, will make fixing that issue easier.

@HardNorth HardNorth self-requested a review October 19, 2022 13:36
@@ -969,8 +973,26 @@ spec:
..
```

#### 3.3. Redeploy or upgrade your ReporPortal installation with Helm
Copy link
Member

Choose a reason for hiding this comment

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

This line is essential, since it's necessary to redeploy the application after actions above. I agree that it's not clear in such view. Could you please just add some text under the heading?

@@ -0,0 +1,35 @@
{{- if .Values.ingress.istio.gateway.create }}
Copy link
Member

Choose a reason for hiding this comment

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

Should not also be created if .Values.ingress.istio.enable set on false I presume.

# set ingress.enable to false
# set ingress.istio.enable true
# configure hostnames with ingress.hosts[]
istio:
Copy link
Member

Choose a reason for hiding this comment

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

Please move it outside ingress values and name it something like istioIngress. Since putting it inside 'Ingress' section makes these two options logically connected. I would expect chart automatically disable nginx in case of istio enabled, but this not the case.

@HardNorth
Copy link
Member

@Jmainguy Please check out my comments.

@Jmainguy
Copy link
Author

Jmainguy commented Nov 2, 2022

Thank you for feedback, will work on fixing up

@GianniGiglio
Copy link

GianniGiglio commented Jun 25, 2024

Hei question,

What is the reason this PR got closed without mergin?

@raikbitters
Copy link
Contributor

@GianniGiglio hi. You didn't answer on the comments a long time.

@GianniGiglio
Copy link

@raikbitters I wasn't involved in this ticket just bumped on it by accident and I was wondering if you guy's where planning to support istio ingress since I have a simular use case. :)

You have me confussed with someone else :)

@raikbitters
Copy link
Contributor

@GianniGiglio sorry for the misunderstanding. We don't consider supporting Istio right now.
However, you can suggest your solution via PR.

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.

4 participants