Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix backend connection
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSp committed Mar 30, 2020
1 parent 980ed64 commit 1f42510
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion chart/values.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ingress:

traefik:
loadBalancerIP: 104.155.17.244
# externalIP: 35.195.246.134
service:
annotations:
kubernetes.io/ingress.global-static-ip-name: "staging-ingress"
3 changes: 1 addition & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ secrets:
backend: ""

traefik:
#loadBalancerIP: 35.195.246.134
#externalIP: 35.195.246.134
loadBalancerIP: 35.198.153.128
replicas: 1
service:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion client/src/api/Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Api {
} else if (location.host.startsWith("staging")) {
this.BASE_URL = "https://api.staging.imis-prototyp.de";
} else {
this.BASE_URL = "http://imis-prototyp.de:8080";
this.BASE_URL = "https://imis-prototyp.de";
}
}

Expand Down

0 comments on commit 1f42510

Please sign in to comment.