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

Deployment 19

parent a7ec0c90
...@@ -14,7 +14,7 @@ spec: ...@@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: afp-inventory-ui-container - name: afp-inventory-ui-container
image: nexus.mynisum.com/afp-inventory-ui:18 image: nexus.mynisum.com/afp-inventory-ui:19
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8081 - containerPort: 8081
......
class Config { class Config {
static inventoryUrl = `http://${process.env.INVENTORY_BACKEND_URI}/api/products`; static inventoryUrl = `http://138.91.157.244:8083/api/products`;
static promotionsUrl = `http://10.0.191.126:8082/api/promos`; static promotionsUrl = `http://168.62.203.53:8082/api/promos`;
static sessionUrl = "http://localhost:8080/api/sessions"; 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