Commit 129250aa authored by Ben Anderson's avatar Ben Anderson

Deployment 19

parent a7ec0c90
......@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: afp-inventory-ui-container
image: nexus.mynisum.com/afp-inventory-ui:18
image: nexus.mynisum.com/afp-inventory-ui:19
imagePullPolicy: Always
ports:
- containerPort: 8081
......
class Config {
static inventoryUrl = `http://${process.env.INVENTORY_BACKEND_URI}/api/products`;
static promotionsUrl = `http://10.0.191.126:8082/api/promos`;
static inventoryUrl = `http://138.91.157.244:8083/api/products`;
static promotionsUrl = `http://168.62.203.53:8082/api/promos`;
static sessionUrl = "http://localhost:8080/api/sessions";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment