Skip to content

Commit

Permalink
👷 Add container port as integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Draculente committed Jan 22, 2024
1 parent 19084aa commit 0556298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/backend/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: app
image: "ghcr.io/{{ BACKEND_IMAGE }}"
ports:
- containerPort: {{ BACKEND_PORT }}
- containerPort: 8080
resources:
requests:
cpu: "50m"
Expand Down

0 comments on commit 0556298

Please sign in to comment.