Closed roxanaspatariu closed 5 years ago
The changes look fine to me. Are there further changes coming? I ask because it will take us a while to apply the same changes to the other places where we have these charts as each of our example repositories has its own chart (just for runtime bundle these are example-runtime-bundle, ttc-rb-english-campaign and activiti-cloud-runtime-bundle-quickstart). So it would be good know that we've got all the changes in one go.
sounds great @ryandawsonuk
As a last step we want to test the activiti cloud chart to make sure we are able to use an external postgres too. As a result of this test we won't have any postgres deployed in kubernetes. Sounds good?
I was assuming that these changes were being proposed as a result of testing. I guess there's a further scenario that also needs testing?
@ryandawsonuk yes the scenario i described above, have you already tested it?
We just tested the charts on an external db and it works fine. One example for this would be:
runtime-bundle:
enabled: true
db:
uri: jdbc:postgresql://*.rds.amazonaws.com/activitidb
username: alfresco
password: changeme
driver: org.postgresql.Driver
platform: org.hibernate.dialect.PostgreSQLDialect
generateDdl: true
ddlAuto: update
Make audit + query + rb use the postgres found in the application namespace