stable/gcp-night-king/README.md
As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.
This directory contains a Kubernetes chart to deploy a GCP Night King service.
This chart is deprecated and no longer supported.
$ helm install stable/gcp-night-king --set projectID=$( gcloud config get-value project )
This chart will do the following:
To install the chart with the release name my-release:
$ helm install --name my-release stable/gcp-night-king
To uninstall/delete the my-release deployment:
$ helm delete my-release
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following table lists the configurable parameters of this chart and their default values.
| Parameter | Description | Default |
|---|---|---|
image.pullPolicy | Container pull policy | IfNotPresent |
image.repository | Container image to use | itamarost/gcp-night-king |
image.tag | Container image tag to deploy | v1-golang |
replicaCount | k8s replicas | 1 |
resources | Service resource requests and limits | nil |
projectID | GCE project ID for GCE API | Mandatory parameter |
subscriptionName | Pub/Sub subscription name to listen on | nil |
nodeSelector | Node labels for pod assignment | {} |
Specify each parameter using the --set key=value[,key=value] argument to helm install.