Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Dec 19, 2024
1 parent c072c6b commit e8c0ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: arena-service
image: planetariumhq/arena-service:git-eb849c21d287be4ffefd276264fc53a2391dee7f
ports:
- containerPort: 8080
- containerPort: 7096
env:
- name: ConnectionStrings__DefaultConnection
value: "Host=psql-service;Database=arena;Username=testuser;Password=$(POSTGRES_PASSWORD)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
app: arena-service
ports:
- port: 80
targetPort: 8080
targetPort: 7096

0 comments on commit e8c0ce7

Please sign in to comment.