Commit bfba2f0e authored by David Michael's avatar David Michael Committed by GitHub

Correct docs

Updated kube-registry-proxy example to match functionality of proxy.
parent 79f497bc
...@@ -198,11 +198,9 @@ spec: ...@@ -198,11 +198,9 @@ spec:
value: kube-registry.kube-system.svc.cluster.local value: kube-registry.kube-system.svc.cluster.local
- name: REGISTRY_PORT - name: REGISTRY_PORT
value: "5000" value: "5000"
- name: FORWARD_PORT
value: "5000"
ports: ports:
- name: registry - name: registry
containerPort: 5000 containerPort: 80
hostPort: 5000 hostPort: 5000
``` ```
<!-- END MUNGE: EXAMPLE ../../saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml --> <!-- END MUNGE: EXAMPLE ../../saltbase/salt/kube-registry-proxy/kube-registry-proxy.yaml -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment