Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add caribbean currencies #17

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.tgz
.direnv
node_modules/
68 changes: 66 additions & 2 deletions helm/price/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,71 @@ nodeSelector: {}
tolerations: []
affinity: {}
realtime:
config: {}
config:
- code: "USD"
symbol: "$"
name: "US Dollar"
flag: "🇺🇸"
- code: "EUR"
symbol: "€"
name: "Euro"
flag: "🇪🇺"
- code: "GBP"
symbol: "£"
name: "British Pound"
flag: "🇬🇧"
- code: "XCD"
symbol: "$"
name: "East Caribbean Dollar"
flag: "🇦🇬"
- code: "ANG"
symbol: "ƒ"
name: "Netherlands Antillean Guilder"
flag: "🇨🇼"
- code: "HTG"
symbol: "G"
name: "Haitian Gourde"
flag: "🇭🇹"
- code: "BSD"
symbol: "$"
name: "Bahamian Dollar"
flag: "🇧🇸"
- code: "BBD"
symbol: "$"
name: "Barbadian Dollar"
flag: "🇧🇧"
- code: "BZD"
symbol: "BZ$"
name: "Belize Dollar"
flag: "🇧🇿"
- code: "KYD"
symbol: "$"
name: "Cayman Islands Dollar"
flag: "🇰🇾"
- code: "CUP"
symbol: "$"
name: "Cuban Peso"
flag: "🇨🇺"
- code: "DOP"
symbol: "RD$"
name: "Dominican Peso"
flag: "🇩🇴"
- code: "XCD"
symbol: "$"
name: "East Caribbean Dollar"
flag: "🇬🇩"
- code: "HTG"
symbol: "G"
name: "Haitian Gourde"
flag: "🇭🇹"
- code: "JMD"
symbol: "J$"
name: "Jamaican Dollar"
flag: "🇯🇲"
- code: "TTD"
symbol: "TT$"
name: "Trinidad and Tobago Dollar"
flag: "🇹🇹"
image:
repository: us.gcr.io/galoy-org/price
digest: "sha256:6e0fb096efb7ef5aa80e7dd8e9ffa3a97a5d3185d714f7a39d3ffc3c740e8a99"
Expand Down Expand Up @@ -66,7 +130,7 @@ postgresql:
persistence:
enabled: true
storageClass: do-block-storage-xfs-retain # xfs is file system format
size: 8Gi # Default. Current size is 7756 kB. Find out why
size: 8Gi # Default. Current size is 7756 kB. Find out why
auth:
enablePostgresUser: false
username: price-history
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


Loading