From 59e1cfa065bb7c354f90a2121a806b94620cb07a Mon Sep 17 00:00:00 2001 From: Tim Berry Date: Thu, 25 Jul 2019 14:58:15 +0100 Subject: [PATCH] Reshuffle lab files --- .../Lecture_1_Lab/{ => redisdemo}/frontend-deployment.yaml | 0 Chapter_Three/Lecture_1_Lab/{ => redisdemo}/frontend-service.yaml | 0 .../Lecture_1_Lab/{ => redisdemo}/redis-master-deployment.yaml | 0 .../Lecture_1_Lab/{ => redisdemo}/redis-master-service.yaml | 0 .../Lecture_1_Lab/{ => redisdemo}/redis-slave-deployment.yaml | 0 .../Lecture_1_Lab/{ => redisdemo}/redis-slave-service.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename Chapter_Three/Lecture_1_Lab/{ => redisdemo}/frontend-deployment.yaml (100%) rename Chapter_Three/Lecture_1_Lab/{ => redisdemo}/frontend-service.yaml (100%) rename Chapter_Three/Lecture_1_Lab/{ => redisdemo}/redis-master-deployment.yaml (100%) rename Chapter_Three/Lecture_1_Lab/{ => redisdemo}/redis-master-service.yaml (100%) rename Chapter_Three/Lecture_1_Lab/{ => redisdemo}/redis-slave-deployment.yaml (100%) rename Chapter_Three/Lecture_1_Lab/{ => redisdemo}/redis-slave-service.yaml (100%) diff --git a/Chapter_Three/Lecture_1_Lab/frontend-deployment.yaml b/Chapter_Three/Lecture_1_Lab/redisdemo/frontend-deployment.yaml similarity index 100% rename from Chapter_Three/Lecture_1_Lab/frontend-deployment.yaml rename to Chapter_Three/Lecture_1_Lab/redisdemo/frontend-deployment.yaml diff --git a/Chapter_Three/Lecture_1_Lab/frontend-service.yaml b/Chapter_Three/Lecture_1_Lab/redisdemo/frontend-service.yaml similarity index 100% rename from Chapter_Three/Lecture_1_Lab/frontend-service.yaml rename to Chapter_Three/Lecture_1_Lab/redisdemo/frontend-service.yaml diff --git a/Chapter_Three/Lecture_1_Lab/redis-master-deployment.yaml b/Chapter_Three/Lecture_1_Lab/redisdemo/redis-master-deployment.yaml similarity index 100% rename from Chapter_Three/Lecture_1_Lab/redis-master-deployment.yaml rename to Chapter_Three/Lecture_1_Lab/redisdemo/redis-master-deployment.yaml diff --git a/Chapter_Three/Lecture_1_Lab/redis-master-service.yaml b/Chapter_Three/Lecture_1_Lab/redisdemo/redis-master-service.yaml similarity index 100% rename from Chapter_Three/Lecture_1_Lab/redis-master-service.yaml rename to Chapter_Three/Lecture_1_Lab/redisdemo/redis-master-service.yaml diff --git a/Chapter_Three/Lecture_1_Lab/redis-slave-deployment.yaml b/Chapter_Three/Lecture_1_Lab/redisdemo/redis-slave-deployment.yaml similarity index 100% rename from Chapter_Three/Lecture_1_Lab/redis-slave-deployment.yaml rename to Chapter_Three/Lecture_1_Lab/redisdemo/redis-slave-deployment.yaml diff --git a/Chapter_Three/Lecture_1_Lab/redis-slave-service.yaml b/Chapter_Three/Lecture_1_Lab/redisdemo/redis-slave-service.yaml similarity index 100% rename from Chapter_Three/Lecture_1_Lab/redis-slave-service.yaml rename to Chapter_Three/Lecture_1_Lab/redisdemo/redis-slave-service.yaml