Skip to content

Commit

Permalink
Merge branch 'config-fixes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jul 16, 2024
2 parents cec90aa + 51ffece commit 7da2ce6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion desci-contracts/subgraph/subgraph.sepoliaProd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dataSources:
name: DeSciNodes
network: sepolia
source:
address: "0xB954B4F1c01DcA2508278C4426EaF895f4133aDF"
address: "0x1fA4c72680af35FE1eb7345509E39498be6Ce03b"
abi: ResearchObjectMigrated
startBlock: 5530308
mapping:
Expand Down
12 changes: 7 additions & 5 deletions desci-media-isolated/kubernetes/deployment_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,19 @@ spec:
- containerPort: 7771
name: api
env:
- name: NODE_ENV
value: 'production'
- name: PORT
value: '7771'
- name: IPFS_GATEWAY
value: 'http://host.docker.internal:5420/v1/ipfs'
value: 'https://ipfs.desci.com/ipfs'
- name: DPID_RESOLVER_URL
value: 'https://beta.dpid.org'
resources:
limits:
cpu: '0.5'
memory: 2Gi
cpu: '4'
memory: 4Gi
requests:
cpu: 250m
memory: 1Gi
cpu: '1'
memory: 2Gi
serviceAccountName: 'default'
4 changes: 2 additions & 2 deletions desci-server/kubernetes/deployment_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ spec:
export CROSSREF_METADATA_API={{ .Data.CROSSREF_METADATA_API }}
export CROSSREF_ADMIN_API={{ .Data.CROSSREF_ADMIN_API }}
export CROSSREF_NOTIFY_ENDPOINT={{ .Data.CROSSREF_NOTIFY_ENDPOINT }}
export AUTOMATED_METADATA_API={{ .Data.AUTOMATED_METADATA_API }}
export AUTOMATED_METADATA_API_KEY={{ .Data.AUTOMATED_METADATA_API_KEY }}
export AUTOMATED_METADATA_API="{{ .Data.AUTOMATED_METADATA_API }}"
export AUTOMATED_METADATA_API_KEY="{{ .Data.AUTOMATED_METADATA_API_KEY }}"
export IGNORE_LINE=0;
export DEBUG_TEST=0;
echo "appfinish";
Expand Down

0 comments on commit 7da2ce6

Please sign in to comment.