-
Notifications
You must be signed in to change notification settings - Fork 146
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 helm starter chart for developing helm chart #967
base: main
Are you sure you want to change the base?
Conversation
a8ed171
to
bc37842
Compare
Let's hold this until we've got the helm charts directory layout figured out |
bc37842
to
fe34c8c
Compare
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.
I think some instructions on using the template are also needed.
It could e.g. state which classes service needs to use, for it to have v1/health_check
endpoint for the probes, and that services always need to handle SIGTERM
, to avoid lost requests on service scale down.
dev/helm-chart-starter/templates/horizontal-pod-autoscaler.yaml
Outdated
Show resolved
Hide resolved
## Values | ||
|
||
| Key | Type | Default | Description | | ||
| ------------------------------- | ------ | ------------------------------------ | ---------------------- | | ||
| global.HUGGINGFACEHUB_API_TOKEN | string | `insert-your-huggingface-token-here` | Hugging Face API token | |
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.
I think this needs a link to a shared documentation explaining all the common keys in the values file (proxies etc). Such doc could be split to sections based on how commonly given keys need to be specified by the user.
fe34c8c
to
fca6e49
Compare
Helm starter chart pack can be used to create helm chart for new services. Signed-off-by: Lianhao Lu <[email protected]>
fca6e49
to
6a14f40
Compare
Description
Helm starter chart pack can be used to create helm chart for new services.
Issues
n/a
.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.