Skip to content

Commit 2167f48

Browse files
authored
create two pods in EKS cluster
1 parent 183dc8b commit 2167f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eks-deploy-from-ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: my-python-app-deployment
55
spec:
6-
replicas: 4
6+
replicas: 2
77
selector:
88
matchLabels:
99
app: python-app

0 commit comments

Comments
 (0)