update to support a single Makefile and standard image names
Change-Id: Ic76d1886e1a742a7e32953bb749e0af24dbab209
diff --git a/k8s/affinity-router.yml b/k8s/affinity-router.yml
index 2bf537f..33dea0b 100644
--- a/k8s/affinity-router.yml
+++ b/k8s/affinity-router.yml
@@ -42,7 +42,7 @@
spec:
containers:
- name: arouter
- image: volthacore/afrouter:testing
+ image: volthacore/voltha-afrouter:testing
imagePullPolicy: Always
volumeMounts:
- name: config-volume
@@ -60,7 +60,7 @@
- containerPort: 8192
- containerPort: 50555
- name: arouterd
- image: volthacore/afrouterd:testing
+ image: volthacore/voltha-afrouterd:testing
command: ["/app/arouterd"]
imagePullPolicy: Always
restartPolicy: Always