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 e8c0ce7 commit 37cef19
Show file tree
Hide file tree
Showing 3 changed files with 17 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: 7096
- containerPort: 8080
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: 7096
targetPort: 8080
15 changes: 15 additions & 0 deletions 9c-dev/arena-service-test-20241218/psql-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: psql
app.kubernetes.io/instance: arena-service-test-20241218
name: psql-service
namespace: arena-service-test-20241218
spec:
ports:
- port: 5432
targetPort: 5432
selector:
app: psql
type: ClusterIP

0 comments on commit 37cef19

Please sign in to comment.