From 9686f2e24f6419011c9b486e39a5af0f8f3b85c9 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sun, 17 Dec 2017 21:57:58 +0100 Subject: Renames services too; other registries and rest services may come --- avro-tools/rest-service.yml | 2 +- avro-tools/rest.yml | 2 +- avro-tools/schemas-service.yml | 2 +- avro-tools/schemas.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/avro-tools/rest-service.yml b/avro-tools/rest-service.yml index 524f401..bf683a3 100644 --- a/avro-tools/rest-service.yml +++ b/avro-tools/rest-service.yml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: rest + name: avro-rest namespace: kafka spec: ports: diff --git a/avro-tools/rest.yml b/avro-tools/rest.yml index c2aaaa2..be299e6 100644 --- a/avro-tools/rest.yml +++ b/avro-tools/rest.yml @@ -1,7 +1,7 @@ apiVersion: apps/v1beta2 kind: Deployment metadata: - name: rest + name: avro-rest namespace: kafka spec: replicas: 1 diff --git a/avro-tools/schemas-service.yml b/avro-tools/schemas-service.yml index 2c30905..9a9cd4e 100644 --- a/avro-tools/schemas-service.yml +++ b/avro-tools/schemas-service.yml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: schemas + name: avro-schemas namespace: kafka spec: ports: diff --git a/avro-tools/schemas.yml b/avro-tools/schemas.yml index f425e41..bd94d6a 100644 --- a/avro-tools/schemas.yml +++ b/avro-tools/schemas.yml @@ -1,7 +1,7 @@ apiVersion: apps/v1beta2 kind: Deployment metadata: - name: schemas + name: avro-schemas namespace: kafka spec: replicas: 1 -- cgit v1.2.3