Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Jul 13, 2021
2 parents 3db1724 + 632af02 commit 698b35e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions kubernetes/hapi-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ spec:
name: hapi-config
ports:
- containerPort: 3005
dnsConfig:
options:
- name: ndots
value: "1"
restartPolicy: Always
2 changes: 1 addition & 1 deletion services/frontend/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build-docker: ./Dockerfile
--build-arg react_app_eos_api_port="$(REACT_APP_EOS_API_PORT)" \
--build-arg react_app_eos_api_protocol="$(REACT_APP_EOS_API_PROTOCOL)" \
--build-arg react_app_eos_chain_id="$(REACT_APP_EOS_CHAIN_ID)" \
--build-arg REACT_APP_BLOCK_EXPLORER="$(REACT_APP_BLOCK_EXPLORER)" \
--build-arg react_app_block_explorer="$(REACT_APP_BLOCK_EXPLORER)" \
--build-arg branch="$(BRANCH)" \
.

Expand Down

0 comments on commit 698b35e

Please sign in to comment.