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

Support IngressClass #69

Closed
discostur opened this issue Mar 14, 2022 · 3 comments · Fixed by #75
Closed

Support IngressClass #69

discostur opened this issue Mar 14, 2022 · 3 comments · Fixed by #75

Comments

@discostur
Copy link

Hi,

would it be possible to support setting a IngressClass?

Thanks
Regards,
Kilian

@discostur
Copy link
Author

discostur commented Jun 22, 2022

@kocolosk it seems that you have released a new version of the helm chart which should contain this merge / fix - but if i download the helm chart i cannot see the changes.

I cannot see any merge in your master branch, too. Did there anything go wrong with your release?

edit: might be related to #88

@willholley
Copy link
Member

@discostur I think this is blocked on merging #75 - when the CI issues are resolved we can look at merging/releasing.

@broomfn
Copy link

broomfn commented Aug 4, 2022

In case it's of any use to anyone, I used the following command to patch the ingress:

kubectl patch ingress/couch-couchdb --type json --patch '[{"op": "add", "path": "/spec/ingressClassName", value: "nginx" }]'

sebastien-helbert added a commit to sebastien-helbert/couchdb-helm that referenced this issue Jan 9, 2023
…on which has been deprecated since Kubernetes 1.18+ (apache#69)
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 a pull request may close this issue.

3 participants