Skip to content

Commit

Permalink
Revert "fix(cron): update config values (#579)" (#580)
Browse files Browse the repository at this point in the history
This reverts commit 13ecf78.
  • Loading branch information
xavier506 authored Jul 13, 2021
1 parent 13ecf78 commit c950cd7
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: "${DB_HOST}"
value: postgres
- name: DB_NAME
value: "${DB_NAME}"
value: eosrate
- name: DB_PASSWORD
value: "${DB_PASSWORD}"
value: pass
- name: DB_PORT
value: "${DB_PORT}"
value: "5432"
- name: DB_SCHEMA
value: "${DB_SCHEMA}"
value: public
- name: DB_USER
value: "${DB_USER}"
value: user
- name: EOS_API_ENDPOINT
value: https://api.eosio.cr
value: https://bp.cryptolions.io
- name: VIRTUAL_HOST
value: 0.0.0.0
- name: VIRTUAL_PORT
Expand Down

0 comments on commit c950cd7

Please sign in to comment.