We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a4a7b commit cc1a1dbCopy full SHA for cc1a1db
1 file changed
deploy/kubernetes/podinfo-dep.yaml
@@ -15,3 +15,20 @@ spec:
15
image: quay.io/stefanprodan/podinfo:3.0.0
16
ports:
17
- containerPort: 3000
18
+---
19
+apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
20
+kind: Deployment
21
+metadata:
22
+ name: podinfo-test
23
+spec:
24
+ replicas: 1
25
+ template:
26
+ metadata:
27
+ labels:
28
+ app: podinfo-test
29
+ spec:
30
+ containers:
31
+ - name: podinfo-test
32
+ image: quay.io/stefanprodan/podinfo:3.0.0
33
+ ports:
34
+ - containerPort: 3000
0 commit comments