--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
|
image: nginx:1.20.0-alpine
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
---
|
```
|
||||||
|
|
||||||
|
And the corresponding service:
|
||||||
|
|
||||||
|
```
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in a new issue