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