From 102ea24bf76978cd957874e2b46803e7e6b8d3d8 Mon Sep 17 00:00:00 2001 From: Kevinal Date: Mon, 11 Feb 2019 15:20:22 +0800 Subject: [PATCH 1/3] Update test-svc.yaml --- chapter3/test-svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter3/test-svc.yaml b/chapter3/test-svc.yaml index 8c43cfd..18b28db 100644 --- a/chapter3/test-svc.yaml +++ b/chapter3/test-svc.yaml @@ -6,6 +6,6 @@ metadata: spec: ports: - port: 80 - targetPort: 80 + targetPort: 8080 selector: run: myapp From c5dffe1b53569ede4ef999bf0d698e20a1e69b3c Mon Sep 17 00:00:00 2001 From: Kevinal Date: Mon, 11 Feb 2019 15:41:56 +0800 Subject: [PATCH 2/3] Update test-svc.yaml --- chapter3/test-svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter3/test-svc.yaml b/chapter3/test-svc.yaml index 18b28db..8c43cfd 100644 --- a/chapter3/test-svc.yaml +++ b/chapter3/test-svc.yaml @@ -6,6 +6,6 @@ metadata: spec: ports: - port: 80 - targetPort: 8080 + targetPort: 80 selector: run: myapp From 693481c9903416970ef2d0ab5b86db24ea76bae4 Mon Sep 17 00:00:00 2001 From: Kevinal Date: Wed, 13 Feb 2019 22:46:18 +0800 Subject: [PATCH 3/3] Update vol-cinder.yaml --- chapter7/vol-cinder.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter7/vol-cinder.yaml b/chapter7/vol-cinder.yaml index 9c760a7..195c985 100644 --- a/chapter7/vol-cinder.yaml +++ b/chapter7/vol-cinder.yaml @@ -23,3 +23,4 @@ spec: cinder: volumeID: e2b8d2f7-wece-90d1-a505-4acf607a90bc fsType: ext4 + readOnly: false