fix(014-galust-umbrella-chart): Galust Umbrella Chart#209
Conversation
|
🎉 Fabulous news, team! 🎉 We've made significant progress on the Helm chart for our Galust AI layer. Here's a kick-off overview of the improvements: 💾 Package Improvements
📚 Documentation and Guides
🔧 Handy Tools and Templates
👀 Configurations
🥳 But that's not all! Here's more that we've done: 🚀 New Deployments
📋 Task Outline
🔄 Backward Compatibility
🛡️ Security and Traffic Management
Shout out to everyone who was involved! Your efforts are definitely moving us forward. Let's continue this fantastic work! 🚀 |
| dockerConfigJson: "" | ||
| dockerConfigJsonBase64: "" | ||
|
|
||
| imagePullSecrets: &galustImagePullSecrets |
There was a problem hiding this comment.
we seems do not need this additional config, we can just mark imagePullSecret and use as anchor in places we need it
| @@ -0,0 +1,25 @@ | |||
| # Minimal test overlay for externally reachable Galust AI layer URLs. | |||
| imagePullSecret: | |||
There was a problem hiding this comment.
there I remember a known issue that aws ecr secrets getting expired after some time, and the pods fail to pull image until we manually renew the token again.
can we maybe integrate solution to renew thesecret here directly? as I remembre Hovo has this kind of fix/implementation for cloudbrowser.
| @@ -0,0 +1,25 @@ | |||
| # Minimal test overlay for externally reachable Galust AI layer URLs. | |||
There was a problem hiding this comment.
lets move example to root examples folder
| dependencies: | ||
| - name: base | ||
| alias: backend | ||
| version: 0.3.2 |
There was a problem hiding this comment.
the base chart version seems quite old, lets use the latest one
| key: host | ||
| DATABASE_PASSWORD: | ||
| secretKeyRef: | ||
| name: cnpg-main-user |
There was a problem hiding this comment.
where do we create cnpg-main-urls and cnpg-main-user secrets, if its being created out of this helm chart then lets have it in readme
will not it be mre convinent to have host and password in same secret?
No description provided.