-
Notifications
You must be signed in to change notification settings - Fork 21
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
Connection configuration for external and subchart backend services (postgreqsl, opensearch, s3, etc) #118
Comments
Coming from #136 and a question that @lindhe asked. A
I am on the fence about the init/install job. I'd love for it to be configurable, i.e. change the commands it runs. WDYT? |
I'm not sure I follow you. Since we use chart dependencies, I think we have to configure them via aliases at the root level. Do you know of another way of doing it?
You mean config for TLS termination in application layer, right? Because TLS config for the Ingress is currently not in the values at all (which is probably less than ideal). |
I was a bit puzzled by this one, too. I supposed the proposed change is to replace |
The configuration of connection for each backend service should be available under
invenio.
and not in the root of values.yaml. We can use functions to dynamically assemble the connection strings and also connect external databases, etc. Withenable: false
-like parameter we could then ignore individual backend services. Or if the subchart of the backend service is in use, the chart ignores this section completly.Example:
TLS configuration params could also go there.
The text was updated successfully, but these errors were encountered: