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