kompose/script/test/fixtures/multiple-files/output-k8s.yaml
shubhindia 9d3dfeab41 drop status field from test yamls
Signed-off-by: shubhindia <shubhindia123@gmail.com>
2023-10-29 12:08:59 +05:30

57 lines
1009 B
YAML

---
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
io.kompose.service: bar
name: bar
spec:
replicas: 99
selector:
matchLabels:
io.kompose.service: bar
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.network/multiple-files-default: "true"
io.kompose.service: bar
spec:
containers:
- image: bar
name: bar
resources: {}
restartPolicy: Always
---
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
io.kompose.service: foo
name: foo
spec:
replicas: 3
selector:
matchLabels:
io.kompose.service: foo
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.network/multiple-files-default: "true"
io.kompose.service: foo
spec:
containers:
- image: foo
name: foo
resources: {}
restartPolicy: Always