Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52eb281

Browse files
committed
increase replicaset
1 parent 13f9b4d commit 52eb281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/base/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: todo-app
55
spec:
6-
replicas: 1
6+
replicas: 3
77
selector:
88
matchLabels:
99
app: todo-app
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: todo-app
17-
image: jarrioja/todo-app:6686c44
17+
image: jarrioja/todo-app:latest
1818
ports:
1919
- containerPort: 3000
2020
resources:

0 commit comments

Comments
 (0)