Skip to content

Commit

Permalink
accessing-your-application - add containerPort to backend for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelin committed Jan 20, 2025
1 parent d3708a9 commit b54f9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accessing-your-application/start/backend-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ spec:
containers:
- image: ghcr.io/eficode-academy/quotes-flask-backend:release
name: quotes-flask-backend
ports:
- containerPort: 5000
restartPolicy: Always

0 comments on commit b54f9c6

Please sign in to comment.