Skip to content

zcsadmin/ml-pyhchart-helmchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helmchart for generic python application

Package Helm Chart

Push Helm Chart to Artifact Registry

Changelog

0.3.3

Set rolling update strategy, pod disruption budget and replicaCount to 1.

0.3.0

Set rolling update strategy, pod disruption budget and replicaCount to 3 for production environments. For Sandbox and Development environments we must set replicaCount in values.yaml to 1 and pdb.enabled to false.

0.2.2

Set container name for deployment.

0.2.1

Enhance secrets support.

0.2.0

Add support for secret values.

0.1.0

Initial chart release.

Artifact Repository

oci://europe-west1-docker.pkg.dev/ai-accounting-405809/ml-helm-charts/pyhchart

List docker images from cli:

gcloud artifacts docker images list europe-west1-docker.pkg.dev/ai-accounting-405809/ml-helm-charts

Example deploy

You need to download the chart locally and appVersion value in Chart.yaml file. Also, you need a values-app.yaml file with the specific values for your application. Then, you can install the application with the following command:

helm install YOUR_APP -f values-app.yaml .

Useful links

About

Helmchart to deploy a generic python application

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages