Skip to content

cgdent/hello-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample node.js hello world application packaged as a container with a Helm Chart

Try to deploy it to Kubernetes with this IBM Cloud DevOps toolchain: https://github.com/open-toolchain/simple-helm-toolchain fully preconfigured for you.

Note: The Helm chart was created using a 'helm create hello' command, then altered to pass an image pull secret (to enable later deployments from private image registries), i.e.

imagePullSecrets:
- name: {{ .Values.image.pullSecret }}
  • and corresponding addition in /chart/hello/values/yaml as a placeholder for receiving an actual pull secret during deployment automatically.
pullSecret: regsecret

About

Sample hello world app with Helm Chart for deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 59.0%
  • JavaScript 26.8%
  • Smarty 14.2%