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 c950cd7 + a6f3a37 commit 3db1724
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kubernetes/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ spec:
- /usr/bin/node /opt/application/src/libs/sync-bps.js; /usr/bin/node /opt/application/src/libs/sync-proxies.js
env:
- name: DB_HOST
value: postgres
value: "${DB_HOST}"
- name: DB_NAME
value: eosrate
value: "${DB_NAME}"
- name: DB_PASSWORD
value: pass
value: "${DB_PASSWORD}"
- name: DB_PORT
value: "5432"
value: "${DB_PORT}"
- name: DB_SCHEMA
value: public
value: "${DB_SCHEMA}"
- name: DB_USER
value: user
value: "${DB_USER}"
- name: EOS_API_ENDPOINT
value: https://bp.cryptolions.io
value: https://api.eosio.cr
- name: VIRTUAL_HOST
value: 0.0.0.0
- name: VIRTUAL_PORT
Expand Down

0 comments on commit 3db1724

Please sign in to comment.