blob: 1a620ae8fd877af7f422a8964bdbd4b15a38755c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
apiVersion: apps/v1
kind: Deployment
metadata:
name: ovn4nfv-deployment-noannotation-sandbox
labels:
app: ovn4nfv-noannotation-sandbox
spec:
replicas: 1
selector:
matchLabels:
app: ovn4nfv-noannotation-sandbox
template:
metadata:
labels:
app: ovn4nfv-noannotation-sandbox
spec:
containers:
- name: ovn4nfv-deployment-noannotation-sandbox
image: "busybox"
command: ["top"]
stdin: true
tty: true
|