Commit a7ec0c90 authored by Ben Anderson's avatar Ben Anderson

Deployment 18

parent 3db02fc9
...@@ -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:17 image: nexus.mynisum.com/afp-inventory-ui:18
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://${process.env.INVENTORY_BACKEND_URI}/api/products`;
static promotionsUrl = `http://10.0.191.126:8082}/api/promos`; static promotionsUrl = `http://10.0.191.126: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