Skip to content

Commit 750aa40

Browse files
committed
Update ports in deploy.yaml
Signed-off-by: thepetk <thepetk@gmail.com>
1 parent edc0fb1 commit 750aa40

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

kubernetes/deploy.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
image: python-image:latest
1818
ports:
1919
- name: http
20-
containerPort: 8081
20+
containerPort: 8080
2121
protocol: TCP
2222
resources:
2323
requests:
@@ -29,10 +29,10 @@ apiVersion: v1
2929
metadata:
3030
name: my-python
3131
spec:
32-
ports:
33-
- name: http-8081
34-
port: 8081
35-
protocol: TCP
36-
targetPort: 8081
37-
selector:
38-
app: python-app
32+
ports:
33+
- name: http-8080
34+
port: 8080
35+
protocol: TCP
36+
targetPort: 8080
37+
selector:
38+
app: python-app

0 commit comments

Comments
 (0)