mirror of https://github.com/docker/docs.git
Merge pull request #13522 from jasonsalas/patch-1
Fixed references to old Bulletin Board demo
This commit is contained in:
commit
e5463a5045
|
@ -44,7 +44,7 @@ All containers in Kubernetes are scheduled as _pods_, which are groups of co-loc
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bb-site
|
- name: bb-site
|
||||||
image: bulletinboard:1.0
|
image: getting-started
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
@ -56,8 +56,8 @@ All containers in Kubernetes are scheduled as _pods_, which are groups of co-loc
|
||||||
selector:
|
selector:
|
||||||
bb: web
|
bb: web
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 3000
|
||||||
targetPort: 8080
|
targetPort: 3000
|
||||||
nodePort: 30001
|
nodePort: 30001
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue