MRostanski / http-https-echo-chart

Helm chart that deploys an http-https-echo docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-https-echo-chart πŸ‡¦πŸ‡·

Build Status

This helm chart deploys the http-https-echo docker image to a kubernetes environment.

Kudos to mendhak πŸ™ŒπŸ™ŒπŸ™Œ

Installing the Chart

To install the chart with the release name my-release located in <chart-directory>:

helm install --name my-release <chart-directory>

This command deploys the chart with sane defaults.

A k8s service will be created with a ClusterIP configuration exposing two ports:

  • 8080 -> HTTP
  • 8443 -> HTTPs

Verifying the Chart

See NOTES.txt associated with this chart for verification instructions

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm delete my-release --purge

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Parameter Description Default
image.repository Docker image repository mendhak/http-https-echo
image.tag Docker image tag latest
image.pullPolicy Image pull policy IfNotPresent
replicaCount Number of replicas 1
service.type Service type ClusterIP
service.httpPort Service HTTP port number 8080
service.httpsPort Service HTTPS port number 8443

LICENSE

MIT

About

Helm chart that deploys an http-https-echo docker image


Languages

Language:Smarty 100.0%