blob: e792cf28f26fe2ba048971ea3f5859b73811f187 (
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
labels:
app: ovn4nfv-noannotation
spec:
replicas: 2
selector:
matchLabels:
app: ovn4nfv-noannotation
template:
metadata:
labels:
app: ovn4nfv-noannotation
spec:
containers:
- name: ovn4nfv-deployment-noannotation
image: "busybox"
command: ["top"]
stdin: true
tty: true
|