Skip to content

adding different stack #29

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

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

Conversation

0x-pankaj
Copy link

currently working on it
adding docker image stack base //minimize docker image size
installing dependency during run time //as change in dependency require re-build so
creating pod according to projectType project specific pod
syncing file to the s3 bucket for backup //working on it

const response = await axios.get(`${K8S_ORCHESTRATOR_URL}/worker/${projectId}`);
const { sessionUrl, previewUrl, workerUrl } = response.data;
const projectId = (await params).projectId;
console.log("k8s url: ", K8S_ORCHESTRATOR_URL);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove logs, indendation looks wrong

Copy link
Author

Choose a reason for hiding this comment

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

i am working on it , its not final commit

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