--yaml separator
This commit is contained in:
parent
c61af0220e
commit
0c749903b0
1 changed files with 5 additions and 1 deletions
|
@ -230,7 +230,11 @@ spec:
|
|||
image: nginx:1.20.0-alpine
|
||||
ports:
|
||||
- containerPort: 80
|
||||
---
|
||||
```
|
||||
|
||||
And the corresponding service:
|
||||
|
||||
```
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue