aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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