Skip to content

Commit

Permalink
Merge pull request #9 from sugarshop/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mengmengmengqiang authored May 21, 2024
2 parents 4e27f68 + 0e7dc7f commit db7df12
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deployments/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ metadata:
data:
config.json: |
{
"ENV": "test"
"ENV": "test",
"ETHJSONRPCURL": "${ETHJSONRPCURL}"
}
2 changes: 1 addition & 1 deletion deployments/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
command:
- /app/bootstrap.sh
- --conf=/app/config/config.json
image: registry.digitalocean.com/francisco/token-gateway:20240521213407
image: registry.digitalocean.com/francisco/token-gateway:20240521231755
resources: {}
ports:
- containerPort: 8080
Expand Down
7 changes: 7 additions & 0 deletions deployments/token-gateway-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ spec:
- host: cxlinks.us
http:
paths:
- path: /v1
pathType: Prefix
backend:
service:
name: coin-gateway-svc
port:
number: 8080
- path: /
pathType: Prefix
backend:
Expand Down
Empty file modified script/dockerbuild.sh
100644 → 100755
Empty file.

0 comments on commit db7df12

Please sign in to comment.