Skip to content

Commit f49ed0d

Browse files
authored
update replicas to 4
1 parent 975db07 commit f49ed0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/kubernetes/podinfo-dep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Deployment
44
metadata:
55
name: podinfo
66
spec:
7-
replicas: 1
7+
replicas: 4
88
template:
99
metadata:
1010
labels:
@@ -14,4 +14,4 @@ spec:
1414
- name: podinfo
1515
image: quay.io/stefanprodan/podinfo:1.0.0
1616
ports:
17-
- containerPort: 3000
17+
- containerPort: 3000

0 commit comments

Comments
 (0)