Skip to content

Commit

Permalink
chore: renamed api to galoy-api (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Jul 27, 2022
1 parent 07aee59 commit 97f1bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ service:
type: NodePort
targetPort: 4001
port: 4001
- name: api
- name: galoy-api
type: NodePort
targetPort: 4002
port: 4002
Expand Down
2 changes: 1 addition & 1 deletion ci/testflight/galoy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ resource "kubernetes_secret" "smoketest" {
namespace = local.smoketest_namespace
}
data = {
galoy_endpoint = "api.${local.testflight_namespace}.svc.cluster.local"
galoy_endpoint = "galoy-api.${local.testflight_namespace}.svc.cluster.local"
galoy_port = 4002
price_history_endpoint = "galoy-price-history.${local.testflight_namespace}.svc.cluster.local"
price_history_port = 50052
Expand Down

0 comments on commit 97f1bc3

Please sign in to comment.