Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AshishMahendra
Copy link
Collaborator

@AshishMahendra AshishMahendra commented Jan 27, 2025

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.

@AshishMahendra AshishMahendra marked this pull request as draft January 27, 2025 15:02
…ng in apiGroups and update file path for littleX_full.jac
@AshishMahendra AshishMahendra requested a review from ypkang January 27, 2025 15:32
@AshishMahendra AshishMahendra marked this pull request as ready for review January 28, 2025 16:04
@AshishMahendra AshishMahendra changed the title [WIP} Add Dockerfile and initialization scripts for jac-cloud deployment Add Dockerfile and initialization scripts for jac-cloud deployment Jan 29, 2025
@@ -0,0 +1,186 @@
## Usage Documentation for jac-cloud Deployment
Copy link
Contributor

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
Copy link
Contributor

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="
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this your key?

Copy link
Contributor

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.

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.

2 participants