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
|
||||
name: cache-volume
|
||||
ports:
|
||||
- containerPort: 80
|
||||
volumes:
|
||||
- name: cache-volume
|
||||
emptyDir: {}
|
||||
- containerPort: 80
|
||||
```
|
||||
|
||||
**If we run `kubectl describe...` we can see the event:**
|
||||
|
||||
Reference in New Issue
Block a user