Skip to content

Commit cc1a1db

Browse files
author
Miguel Ortega Moreno
committed
add test
1 parent c3a4a7b commit cc1a1db

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

deploy/kubernetes/podinfo-dep.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,20 @@ spec:
1515
image: quay.io/stefanprodan/podinfo:3.0.0
1616
ports:
1717
- 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

Comments
 (0)