aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-12-17 21:57:58 +0100
committerStaffan Olsson <staffan@repos.se>2017-12-17 21:57:58 +0100
commit9686f2e24f6419011c9b486e39a5af0f8f3b85c9 (patch)
treefbeafdadf3cf903f269922d3b125a6629a480f15
parent6f4a0be6d11287883c190b9f8f2283764d9b9367 (diff)
downloadkubernetes-kafka-9686f2e24f6419011c9b486e39a5af0f8f3b85c9.tar.gz
kubernetes-kafka-9686f2e24f6419011c9b486e39a5af0f8f3b85c9.tar.bz2
kubernetes-kafka-9686f2e24f6419011c9b486e39a5af0f8f3b85c9.zip
Renames services too; other registries and rest services may come
-rw-r--r--avro-tools/rest-service.yml2
-rw-r--r--avro-tools/rest.yml2
-rw-r--r--avro-tools/schemas-service.yml2
-rw-r--r--avro-tools/schemas.yml2
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