From 44316d45c8b37e10b1e161194968f6e8ef718500 Mon Sep 17 00:00:00 2001 From: Tim Berry Date: Thu, 25 Jul 2019 14:55:14 +0100 Subject: [PATCH] Move guestbook to Chapter 3 --- .../Lecture_1_Lab}/frontend-deployment.yaml | 0 .../guestbook => Chapter_One/Lecture_1_Lab}/frontend-service.yaml | 0 .../Lecture_1_Lab}/redis-master-deployment.yaml | 0 .../Lecture_1_Lab}/redis-master-service.yaml | 0 .../Lecture_1_Lab}/redis-slave-deployment.yaml | 0 .../Lecture_1_Lab}/redis-slave-service.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {Chapter_Two/guestbook => Chapter_One/Lecture_1_Lab}/frontend-deployment.yaml (100%) rename {Chapter_Two/guestbook => Chapter_One/Lecture_1_Lab}/frontend-service.yaml (100%) rename {Chapter_Two/guestbook => Chapter_One/Lecture_1_Lab}/redis-master-deployment.yaml (100%) rename {Chapter_Two/guestbook => Chapter_One/Lecture_1_Lab}/redis-master-service.yaml (100%) rename {Chapter_Two/guestbook => Chapter_One/Lecture_1_Lab}/redis-slave-deployment.yaml (100%) rename {Chapter_Two/guestbook => Chapter_One/Lecture_1_Lab}/redis-slave-service.yaml (100%) diff --git a/Chapter_Two/guestbook/frontend-deployment.yaml b/Chapter_One/Lecture_1_Lab/frontend-deployment.yaml similarity index 100% rename from Chapter_Two/guestbook/frontend-deployment.yaml rename to Chapter_One/Lecture_1_Lab/frontend-deployment.yaml diff --git a/Chapter_Two/guestbook/frontend-service.yaml b/Chapter_One/Lecture_1_Lab/frontend-service.yaml similarity index 100% rename from Chapter_Two/guestbook/frontend-service.yaml rename to Chapter_One/Lecture_1_Lab/frontend-service.yaml diff --git a/Chapter_Two/guestbook/redis-master-deployment.yaml b/Chapter_One/Lecture_1_Lab/redis-master-deployment.yaml similarity index 100% rename from Chapter_Two/guestbook/redis-master-deployment.yaml rename to Chapter_One/Lecture_1_Lab/redis-master-deployment.yaml diff --git a/Chapter_Two/guestbook/redis-master-service.yaml b/Chapter_One/Lecture_1_Lab/redis-master-service.yaml similarity index 100% rename from Chapter_Two/guestbook/redis-master-service.yaml rename to Chapter_One/Lecture_1_Lab/redis-master-service.yaml diff --git a/Chapter_Two/guestbook/redis-slave-deployment.yaml b/Chapter_One/Lecture_1_Lab/redis-slave-deployment.yaml similarity index 100% rename from Chapter_Two/guestbook/redis-slave-deployment.yaml rename to Chapter_One/Lecture_1_Lab/redis-slave-deployment.yaml diff --git a/Chapter_Two/guestbook/redis-slave-service.yaml b/Chapter_One/Lecture_1_Lab/redis-slave-service.yaml similarity index 100% rename from Chapter_Two/guestbook/redis-slave-service.yaml rename to Chapter_One/Lecture_1_Lab/redis-slave-service.yaml