From 2abf869d367853e209e9e91d65f517e9937a9c99 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Mon, 5 Sep 2016 14:14:56 +0200 Subject: Using a namespace for easier cleanup and consistent DNS names --- bootstrap/pvc.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap/pvc.yml') diff --git a/bootstrap/pvc.yml b/bootstrap/pvc.yml index f1dac65..9729060 100644 --- a/bootstrap/pvc.yml +++ b/bootstrap/pvc.yml @@ -3,6 +3,7 @@ kind: PersistentVolumeClaim apiVersion: v1 metadata: name: datadir-kafka-0 + namespace: kafka spec: accessModes: - ReadWriteOnce @@ -18,6 +19,7 @@ kind: PersistentVolumeClaim apiVersion: v1 metadata: name: datadir-kafka-1 + namespace: kafka spec: accessModes: - ReadWriteOnce @@ -33,6 +35,7 @@ kind: PersistentVolumeClaim apiVersion: v1 metadata: name: datadir-kafka-2 + namespace: kafka spec: accessModes: - ReadWriteOnce -- cgit v1.2.3