fixing centos container images to point cni-proxy fix
[ovn4nfv-k8s-plugin.git] / example / ovn4nfv-deployment-with-multus-annotation-sandbox.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: ovn4nfv-deployment-with-multus-annotation-sandbox
5   labels:
6     app: ovn4nfv-with-multus-annotation-sandbox
7 spec:
8   replicas: 1
9   selector:
10     matchLabels:
11       app: ovn4nfv-with-multus-annotation-sandbox
12   template:
13     metadata:
14       labels:
15         app: ovn4nfv-with-multus-annotation-sandbox
16       annotations:
17         k8s.v1.cni.cncf.io/networks: ovn4nfv-k8s-plugin
18     spec:
19       containers:
20       - name: ovn4nfv-deployment-with-multus-annotation-sandbox
21         image: "busybox"
22         command: ["top"]
23         stdin: true
24         tty: true