Correct docs

Updated kube-registry-proxy example to match functionality of proxy.
This commit is contained in:
David Michael 2016-12-08 18:16:45 +00:00 committed by GitHub
parent 79f497bca7
commit bfba2f0e6c

View File

@ -198,11 +198,9 @@ spec:
value: kube-registry.kube-system.svc.cluster.local
- name: REGISTRY_PORT
value: "5000"
- name: FORWARD_PORT
value: "5000"
ports:
- name: registry
containerPort: 5000
containerPort: 80
hostPort: 5000
```
<!-- END MUNGE: EXAMPLE ../../saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml -->