From 1833c980474c4aba99b092f8cf08e2829d96e3da Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Wed, 29 Nov 2017 07:28:18 +0100 Subject: Manifests updated for Kubernetes 1.8 --- confluent-rest/rest.yml | 5 ++++- confluent-rest/schemas.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/confluent-rest/rest.yml b/confluent-rest/rest.yml index 71e6c53..cd8e203 100644 --- a/confluent-rest/rest.yml +++ b/confluent-rest/rest.yml @@ -1,10 +1,13 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1beta2 kind: Deployment metadata: name: rest namespace: kafka spec: replicas: 1 + selector: + matchLabels: + app: rest-proxy strategy: type: RollingUpdate rollingUpdate: diff --git a/confluent-rest/schemas.yml b/confluent-rest/schemas.yml index 50e6207..a78723f 100644 --- a/confluent-rest/schemas.yml +++ b/confluent-rest/schemas.yml @@ -1,10 +1,13 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1beta2 kind: Deployment metadata: name: schemas namespace: kafka spec: replicas: 1 + selector: + matchLabels: + app: schema-registry strategy: type: RollingUpdate rollingUpdate: -- cgit v1.2.3