Files
deprecated-helm-charts/example-nginx

example-nginx

A small website delivered by two cooperating containers.

  1. git-sync container which constantly polls a git repository
  2. nginx container which serves the website on port 80

By default, this Chart adds a ReplicationController and a Service. Service uses NodePort, so installing this chart will not provision a LoadBalancer. Depending on your Kubernetes cluster configuration you may need to add additional configuration to access the example service.

Chart Label Usage

  • app=example-nginx is the only set of labels used by this Chart

Configuration

Configure the git-sync container using the following environment variables:

Changelog

[0.0.2] - 2015-10-29

  • Add a Service definition.

[0.0.1] - 2015-10-28

  • Initial release.