frankframework / charts

Frank!Framework Helm Charts
https://frankframework.github.io/charts/
Apache License 2.0
2 stars 4 forks source link

Add seperate datasource that a user doesn't need to configure for the Ladybug #13

Closed philipsens closed 3 weeks ago

philipsens commented 4 months ago

The ladybug needs a database connection without XA, but the Helm Chart only provides XA drivers. A second resource should be added for the default datasource.

The default data source is left empty, but people cool still fill it in, so maybe just copy every data source for a non XA data source.

Set property ladybug.jdbc.datascource to the name of the datasource `jdbc/{{ instance name }}-non-xa

philipsens commented 2 months ago

Is this still something we want to add, now that we have the resource.yml. I think it would be pretty hard a hacky to get this to work. Because we would need to get the driver (type) of the resource and match it to the non-xa variant. But this is not possible when the user added their own driver.

philipsens commented 1 month ago

context.xml jdbc/ladybug extra database -> ship with helm