Skip to content

Conversation

@maysunfaisal
Copy link
Contributor

@maysunfaisal maysunfaisal commented Jul 30, 2024

  • Adds in DB deployment and svc
  • Adds in DB config

Copy link
Contributor

@thepetk thepetk left a 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?

@maysunfaisal
Copy link
Contributor Author

maysunfaisal commented Jul 30, 2024

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.

runAsNonRoot: true
runAsNonRoot: true
{%- if values.dbRequired %}
- image: {{values.dbContainer}}
Copy link
Contributor

@johnmcollier johnmcollier Jul 30, 2024

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.

Copy link
Contributor Author

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

Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
Copy link
Contributor

@johnmcollier johnmcollier left a 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:
Copy link
Contributor

@johnmcollier johnmcollier Aug 13, 2024

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)

Copy link
Contributor Author

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>
@maysunfaisal maysunfaisal merged commit 2fa753f into redhat-ai-dev:main Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants