Back to Charts

⚠️ Repo Archive Notice

incubator/kube-registry-proxy/README.md

latest1.8 KB
Original Source

⚠️ Repo Archive Notice

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.

kube-registry-proxy Helm Chart

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

Installing the Chart

To install the chart with the release name my-release:

bash
$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
$ helm install --name my-release incubator/kube-registry-proxy

Configuration

ParameterDescriptionDefault
image.repositoryThe image repository to pull fromk8s.gcr.io/kube-registry-proxy
image.tagThe image tag to pull from0.4
image.pullPolicyImage pull policyIfNotPresent
registry.hostThe hostname of the target registry"gcr.io"
registry.portThe port of the target registry<blank>
hostPortThe port to accept connections on the node5555
hostIPThe interface address to bind on the node127.0.0.1