-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add Dockerfile and initialization scripts for jac-cloud deployment #1528
base: main
Are you sure you want to change the base?
Conversation
…t; optimize package installation and enhance logging in init script.
…ng in apiGroups and update file path for littleX_full.jac
…amespace in module-config.yml
@@ -0,0 +1,186 @@ | |||
## Usage Documentation for jac-cloud Deployment |
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.
Can you add this to rest of the jac documentation? @Jayanaka-98 and @savini98 can help point you towards how to do that.
serviceAccountName: jac-cloud-sa | ||
containers: | ||
- name: jac-cloud | ||
image: ashishmahendra/littlex:0.1 |
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.
Do we have to use a custom image? can we make this work with the python base image?
namespace: littlex | ||
type: Opaque | ||
data: | ||
openai-key: "c2stcHJvai0xTnRDVGpoUDg4YTFCcFU0cXUyclQzQmxia0ZKRjh2NndqbHgzZDVRWWNrMjBubjY=" |
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.
Is this your key?
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.
Should probably omit this before we merge it.
Description
This PR introduces the foundational components for the Jac-Cloud/Orc Splice integration, enabling containerized module deployment and configuration. The following files have been added:
Dockerfile
: Defines the container environment for the project.init-jac-script
: Script for initializing and configuring Jac services.jac_cloud.yml
: Kubernetes deployment file for managing Jac-Cloud pods.module-config map
: Configuration map for managing module-specific settings.