Fix typo in pod preset conflict example
Move container port definition to the correct line.
This commit is contained in:
committed by
Andrew Chen
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:**
|
||||||
|
|||||||
Reference in New Issue
Block a user