We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ea726 commit ff09377Copy full SHA for ff09377
deploy/kubernetes/podinfo-dep.yaml
@@ -0,0 +1,17 @@
1
+---
2
+apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
3
+kind: Deployment
4
+metadata:
5
+ name: podinfo
6
+spec:
7
+ replicas: 1
8
+ template:
9
+ metadata:
10
+ labels:
11
+ app: podinfo
12
+ spec:
13
+ containers:
14
+ - name: podinfo
15
+ image: quay.io/stefanprodan/podinfo:3.0.0
16
+ ports:
17
+ - containerPort: 3000
0 commit comments