We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a16887 commit 9c3c722Copy full SHA for 9c3c722
sample/nginx-deployment.yaml
@@ -1,21 +1,24 @@
1
apiVersion: apps/v1
2
kind: Deployment
3
metadata:
4
- name: nginx-deployment
5
labels:
6
app: nginx
+ owner: Braulio
7
+ name: nginx-deployment
8
spec:
9
replicas: 10
10
selector:
11
matchLabels:
12
13
14
template:
15
16
17
18
19
20
containers:
- - name: nginx
- image: nginx:1.14.2
21
+ - image: nginx:1.14.2
22
+ name: nginx
23
ports:
24
- containerPort: 80
0 commit comments