Skip to content

Commit

Permalink
chore: set 80 as entrypoint on kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioRodriguezRuiz committed Jan 5, 2025
1 parent 85f6436 commit b9db25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
api_gateway_url: "0.0.0.0:8080"
api_gateway_url: "0.0.0.0:80"
is_https: false
authorization_api_url: "http://authorization-svc:3001/api/v1/token/validate"
services:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/api-gateway-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
type: LoadBalancer
ports:
- protocol: TCP
port: 8080
port: 80
targetPort: 8080
selector:
io.kompose.service: api-gateway

0 comments on commit b9db25f

Please sign in to comment.