Hi, I would like to know a bit more on the init co...
# general
b
Hi, I would like to know a bit more on the init container of your helm chart for self-hosting the pricing api. My understanding is that this init job is downloading the price and inject it in postgresql. Am I right?
c
That’s correct, it corresponds to this command in the cloud_pricing_api which downloads the pricing data and loads it into postgres .
b
Thank you. And regarding the weekly update, this container will be restarted/re-created?
c
I believe the init container goes away and this CronJob does the weekly update. (@little-author-61621 may correct me in the morning.)
b
Seems to make sense to me, thanks a lot! Have a nice day.