update
This commit is contained in:
@@ -14,7 +14,7 @@ metadata:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: default
|
||||
namespace: s10n
|
||||
namespace: cart
|
||||
apiGroup: ""
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
|
||||
@@ -14,9 +14,9 @@ func getBaseUrl(country string) string {
|
||||
// return "http://s10n-se:8080"
|
||||
// }
|
||||
if country == "no" {
|
||||
return "http://s10n-no:8080"
|
||||
return "http://s10n-no.s10n:8080"
|
||||
}
|
||||
return "https://slask-finder.tornberg.me"
|
||||
return "http://s10n-se.s10n:8080"
|
||||
}
|
||||
|
||||
func FetchItem(sku string, country string) (*index.DataItem, error) {
|
||||
|
||||
Reference in New Issue
Block a user