Skip to content

Commit ffbd291

Browse files
committed
Add yaml
Signed-off-by: obaydullahmhs <[email protected]>
1 parent 7703359 commit ffbd291

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: kafka.kubedb.com/v1alpha1
2+
kind: RestProxy
3+
metadata:
4+
name: restproxy-external-sr
5+
namespace: demo
6+
spec:
7+
version: 3.15.0
8+
replicas: 2
9+
schemaRegistryRef:
10+
name: schemaregistry-quickstart
11+
namespace: demo
12+
kafkaRef:
13+
name: kafka-quickstart
14+
namespace: demo
15+
deletionPolicy: WipeOut
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: kafka.kubedb.com/v1alpha1
2+
kind: RestProxy
3+
metadata:
4+
name: restproxy-external-sr
5+
namespace: demo
6+
spec:
7+
version: 3.15.0
8+
replicas: 2
9+
schemaRegistryRef:
10+
internallyManaged: true
11+
kafkaRef:
12+
name: kafka-quickstart
13+
namespace: demo
14+
deletionPolicy: WipeOut

0 commit comments

Comments
 (0)