adding fixes to deploy yaml
[ovn4nfv-k8s-plugin.git] / example / ovn4nfv-deployment-noannotation-sandbox.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: ovn4nfv-deployment-noannotation-sandbox
5   labels:
6     app: ovn4nfv-noannotation-sandbox
7 spec:
8   replicas: 1
9   selector:
10     matchLabels:
11       app: ovn4nfv-noannotation-sandbox
12   template:
13     metadata:
14       labels:
15         app: ovn4nfv-noannotation-sandbox
16     spec:
17       containers:
18       - name: ovn4nfv-deployment-noannotation-sandbox
19         image: "busybox"
20         command: ["top"]
21         stdin: true
22         tty: true