Skip to content

Commit

Permalink
Fix domain resolution (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Ong Jun Xiong <[email protected]>
Co-authored-by: Charisma Kausar <[email protected]>
Co-authored-by: Charisma Kausar <[email protected]>
Co-authored-by: Gabriel Goh <[email protected]>
Co-authored-by: chunweii <[email protected]>
  • Loading branch information
6 people authored Oct 21, 2023
1 parent 9a87207 commit 8411ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deployment/gke-prod-manifests/gateway-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ spec:
targetPort: 4000
selector:
io.kompose.service: gateway
type: LoadBalancer
status:
loadBalancer: {}
2 changes: 1 addition & 1 deletion deployment/prod-dockerfiles/Dockerfile.frontend-prod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yarn prisma generate
ARG NEXT_PUBLIC_FRONTEND_FIREBASE_CONFIG_ARG
ENV NEXT_PUBLIC_FRONTEND_FIREBASE_CONFIG=$NEXT_PUBLIC_FRONTEND_FIREBASE_CONFIG_ARG

ENV NEXT_PUBLIC_GATEWAY_ADDRESS="http://gateway:4000/"
ENV NEXT_PUBLIC_GATEWAY_ADDRESS="http://api.codeparty.org:4000/"

RUN yarn build

Expand Down

0 comments on commit 8411ac4

Please sign in to comment.