Skip to content

Commit 9c3c722

Browse files
committed
Updating labels
1 parent 8a16887 commit 9c3c722

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sample/nginx-deployment.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: nginx-deployment
54
labels:
65
app: nginx
6+
owner: Braulio
7+
name: nginx-deployment
78
spec:
89
replicas: 10
910
selector:
1011
matchLabels:
1112
app: nginx
13+
owner: Braulio
1214
template:
1315
metadata:
1416
labels:
1517
app: nginx
18+
owner: Braulio
1619
spec:
1720
containers:
18-
- name: nginx
19-
image: nginx:1.14.2
21+
- image: nginx:1.14.2
22+
name: nginx
2023
ports:
2124
- containerPort: 80

0 commit comments

Comments
 (0)