aboutsummaryrefslogtreecommitdiff
path: root/confluent-rest/rest.yml
diff options
context:
space:
mode:
Diffstat (limited to 'confluent-rest/rest.yml')
-rw-r--r--confluent-rest/rest.yml5
1 files changed, 4 insertions, 1 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: