-
Notifications
You must be signed in to change notification settings - Fork 1.3k
add helm charts for app-design-center #1806
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
base: main
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,3 @@ | |||
| # AI Inference Helm Chart | |||
|
|
|||
| These samples show how to deploy a Gemma 2 27B model for inference. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |||
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.
Question: Should we link to https://cloud.google.com/application-design-center/docs/build-on-google-templates instead?
| These samples show how to deploy a Gemma 2 27B model for inference. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |
| These samples show how to deploy a Gemma 2 27B model for inference. Visit https://cloud.google.com/application-design-center/docs/build-on-google-templates to follow the tutorial. |
| @@ -0,0 +1,3 @@ | |||
| # Enterprise Production Helm Chart | |||
|
|
|||
| These samples show how to deploy a stateless web application for production. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |||
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.
Question: Should we link to https://cloud.google.com/application-design-center/docs/build-on-google-templates instead?
| These samples show how to deploy a stateless web application for production. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |
| These samples show how to deploy a stateless web application for production. Visit https://cloud.google.com/application-design-center/docs/build-on-google-templates for instructions. |
| @@ -0,0 +1,3 @@ | |||
| # Simple App Multi-Region Helm Chart | |||
|
|
|||
| These samples show how to deploy a multi-region web application. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |||
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.
Question: Should we link to https://cloud.google.com/application-design-center/docs/build-on-google-templates instead?
| These samples show how to deploy a multi-region web application. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |
| These samples show how to deploy a multi-region web application. Visit https://cloud.google.com/application-design-center/docs/build-on-google-templates for instructions. |
| @@ -0,0 +1,3 @@ | |||
| # Simple App Single-Region Helm Chart | |||
|
|
|||
| These samples show how to deploy a simple web application in a single region. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |||
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.
Question: Should we link to https://cloud.google.com/application-design-center/docs/build-on-google-templates instead?
| These samples show how to deploy a simple web application in a single region. Visit https://cloud.google.com/kubernetes-engine/docs/ to follow the tutorial. | |
| These samples show how to deploy a simple web application in a single region. Visit https://cloud.google.com/application-design-center/docs/build-on-google-templates for instructions. |
| @@ -0,0 +1,74 @@ | |||
| {{/* | |||
| Copyright 2025 Google LLC | |||
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.
Praise: Thanks for adding these licenses headers (even in the .tpl files)! :)
NimJay
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.
This is very well done! Thank you, @jinbaebang, for these samples. :)
Approved. I just left a few questions about the URLs in the README.mds.
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.
Praise: Thanks for adding this GitHub Action for testing the Helm charts!
Description
This PR proposes the addition of new Helm chart samples to support the Application Design Center (ADC). These templates are designed to provide standardized, ready-to-use workload definitions for various GKE environments.
The new samples will be located under the /app-design-center directory and will follow the existing structure found in my fork. The proposed structure is:
Tasks