Skip to content

Commit

Permalink
fix: use correct port in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Feb 1, 2024
1 parent cb2da21 commit 0ba3933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
resources: {}
name: data-pipeline
ports:
- containerPort: 80
- containerPort: 3000
env:
- name: DISCORD_APPLICATION_ID
valueFrom:
Expand Down

0 comments on commit 0ba3933

Please sign in to comment.