ylecleach / hello-helm-node-red

Created for toolchain: https://cloud.ibm.com/devops/toolchains/825ca561-9588-4f4b-9e95-76356f7b9f7a?env_id=ibm%3Ayp%3Aeu-de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Created for toolchain: https://cloud.ibm.com/devops/toolchains/825ca561-9588-4f4b-9e95-76356f7b9f7a?env_id=ibm%3Ayp%3Aeu-de

License:Other


Languages

Language:Dockerfile 58.8%Language:JavaScript 26.9%Language:Smarty 14.3%