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

[cryptpad] allow for a correct configuration #94

Open
iMartyn opened this issue Jun 27, 2022 · 0 comments
Open

[cryptpad] allow for a correct configuration #94

iMartyn opened this issue Jun 27, 2022 · 0 comments
Assignees

Comments

@iMartyn
Copy link

iMartyn commented Jun 27, 2022

Details

Helm chart name: cryptpad

Describe the solution you'd like:
I'd like to configure cryptpad correctly using two ingress objects pointing at two services, where one is listening in the container on a separate port.

Even with additionalServices and additionalIngresses this isn't possible because the common template class doesn't support overriding of the backend.

Anything else you would like to add:

cryptpad listens on two ports (by default 3000 and 3001) and expects them to be accessible by two domains. Using nginx-ingress I can do almost everything (although lots of stuff in values.yaml that should be IMO abstracted away) but the final step of sending ingress traffic for the second domain to the other service isn't possible with the current template.

Additional Information:

{{- $svcName := $values.serviceName | default (include "common.names.fullname" .) -}}
hardcodes the servicename so you cannot point at a service that is created with additionalServices

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

No branches or pull requests

2 participants