Fix typo in pod preset conflict example
Move container port definition to the correct line.
This commit is contained in:
parent
21a2110f25
commit
d4e8e8fb9e
|
|
@ -526,10 +526,10 @@ spec:
|
||||||
- mountPath: /cache
|
- mountPath: /cache
|
||||||
name: cache-volume
|
name: cache-volume
|
||||||
ports:
|
ports:
|
||||||
|
- containerPort: 80
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache-volume
|
- name: cache-volume
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- containerPort: 80
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**If we run `kubectl describe...` we can see the event:**
|
**If we run `kubectl describe...` we can see the event:**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue