-
Notifications
You must be signed in to change notification settings - Fork 9
Update Gitops template for RAG DB #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
Conversation
thepetk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we interested to cover cases that require authentication with this PR or is out of scope?
@thepetk currently it is out of scope as this is a direct copy paste of the ai lab recipe. I'll be opening issues for future work regd this. |
templates/http/base/deployment.yaml
Outdated
| runAsNonRoot: true | ||
| runAsNonRoot: true | ||
| {%- if values.dbRequired %} | ||
| - image: {{values.dbContainer}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we were going to run the DB container in a separate pod? FWIW, having the DB separate from the app pod means that the RHOAI workspace can interact with it, without needing the app container to have been built.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me check about deploying it by itself
9097b62 to
79acf7c
Compare
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
79acf7c to
edc5867
Compare
johnmcollier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small nit, otherwise looks good
| apiVersion: apps/v1 | ||
| kind: Deployment | ||
| metadata: | ||
| annotations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: tad annotations probably aren't necessary (we don't use it for the RHOAI resources)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnmcollier could you PTAL
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.