Commit 3da96b89 authored by Ben Anderson's avatar Ben Anderson

Updated api urls in config

parent 7af860b8
...@@ -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:5 image: nexus.mynisum.com/afp-inventory-ui:6
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8081 - containerPort: 8081
......
class Config { class Config {
static inventoryUrl = "http://localhost:8080/api/products"; static inventoryUrl = "http://13.64.175.185:8080/api/products";
static promotionsUrl = "http://localhost:8081/api/promos"; static promotionsUrl = "http://40.118.215.99:8082/api/promos";
} }
export default Config; export default Config;
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