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