We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698388a commit 813867dCopy full SHA for 813867d
1 file changed
deploy/kubernetes/nginx-dep.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: apps/v1
2
+kind: Deployment
3
+metadata:
4
+ name: nginx0-deployment
5
+ labels:
6
+ app: nginx0-deployment
7
+spec:
8
+ replicas: 2
9
+ selector:
10
+ matchLabels:
11
+ app: nginx0
12
+ template:
13
+ metadata:
14
15
16
+ spec:
17
+ containers:
18
+ - name: nginx
19
+ image: k8s.gcr.io/nginx:1.7.9
20
+ ports:
21
+ - containerPort: 80
0 commit comments