Skip to content

Commit c948022

Browse files
committed
Add new deployment to cluster
1 parent 2e3fa90 commit c948022

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
@@ -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:1.0.0
16+
ports:
17+
- containerPort: 3000

0 commit comments

Comments
 (0)