update
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m15s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
2025-09-28 16:04:45 +02:00
parent d98122756a
commit 92ebb49b09
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: default
namespace: s10n
namespace: cart
apiGroup: ""
roleRef:
kind: ClusterRole

View File

@@ -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) {