Skip to content

Commit babf966

Browse files
authored
reverted back changes
1 parent 4f84640 commit babf966

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eks-deploy-from-ecr.yaml

Lines changed: 4 additions & 4 deletions
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: 3
6+
replicas: 4
77
selector:
88
matchLabels:
99
app: python-app
@@ -17,7 +17,7 @@ spec:
1717
image: 211223789150.dkr.ecr.us-east-2.amazonaws.com/my-python-repo
1818
imagePullPolicy: Always
1919
ports:
20-
- containerPort: 80
20+
- containerPort: 5000
2121
# service type loadbalancer
2222
---
2323
apiVersion: v1
@@ -29,6 +29,6 @@ spec:
2929
app: python-app
3030
ports:
3131
- protocol: TCP
32-
port: 80
33-
targetPort: 80
32+
port: 5000
33+
targetPort: 5000
3434
type: LoadBalancer

0 commit comments

Comments
 (0)