Skip to content

Commit

Permalink
Update python_deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-lozoya authored Apr 11, 2024
1 parent 7c99d89 commit 495f180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/apps/python_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: flask-hello-world
image: ghcr.io/anuraaga/flask-hello-world:latest
image: andrewlozoya/flask-hello-world:latest
ports:
- containerPort: 5000
---
Expand All @@ -31,4 +31,4 @@ spec:
- port: 80
targetPort: 5000
selector:
app: flask-hello-world
app: flask-hello-world

0 comments on commit 495f180

Please sign in to comment.