We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6422b2 commit 6958b58Copy full SHA for 6958b58
test/basic-with-kafkacat.yml
@@ -85,7 +85,7 @@ spec:
85
- "1"
86
restartPolicy: Never
87
---
88
-apiVersion: apps/v1beta1
+apiVersion: apps/v1beta2
89
kind: Deployment
90
metadata:
91
name: test-basic-with-kafkacat
@@ -94,10 +94,14 @@ spec:
94
replicas: 1
95
strategy:
96
type: Recreate
97
+ selector:
98
+ matchLabels:
99
+ test-target: kafka
100
+ test-type: readiness
101
template:
102
103
labels:
- test-target: kube-test
104
105
test-type: readiness
106
# for example:
107
# readonly - can be used in production
0 commit comments