--yaml separator

This commit is contained in:
Nico Schottelius 2022-09-03 15:34:14 +02:00
parent c61af0220e
commit 0c749903b0
1 changed files with 5 additions and 1 deletions

View File

@ -230,7 +230,11 @@ spec:
image: nginx:1.20.0-alpine
ports:
- containerPort: 80
---
```
And the corresponding service:
```
apiVersion: v1
kind: Service
metadata: