Skip to content

Commit

Permalink
fix: add galoy api ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 26, 2022
1 parent 169c98e commit f023320
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/galoy/galoy-regtest-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ galoy:
dealer:
host: dealer-price.galoy-dev-addons.svc.cluster.local

api:
ingress:
enabled: true
host: localhost

mongodb:
architecture: standalone
volumePermissions:
Expand Down
5 changes: 5 additions & 0 deletions dev/galoy/galoy-signet-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ galoy:
dealer:
host: dealer-price.galoy-sig-addons.svc.cluster.local

api:
ingress:
enabled: true
host: localhost

mongodb:
architecture: standalone
volumePermissions:
Expand Down

0 comments on commit f023320

Please sign in to comment.