Strimzi - Blog 1: Aligned example with part 1 from the blog
authorKai Moritz <kai@juplo.de>
Tue, 3 Oct 2023 07:25:49 +0000 (09:25 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 4 Oct 2023 17:25:56 +0000 (19:25 +0200)
kubectl -n juplo apply -f cluster.yaml
kubectl -n juplo get configmap
kubectl -n juplo get configmap/strimzi-kafka-0 -o yaml

strimzi-kafka/cluster.yaml

index 8baf802..e666339 100644 (file)
@@ -11,10 +11,6 @@ spec:
         port: 9092
         type: internal
         tls: false
-      - name: tls
-        port: 9093
-        type: internal
-        tls: true
     config:
       offsets.topic.replication.factor: 1
       transaction.state.log.replication.factor: 1
@@ -23,18 +19,8 @@ spec:
       min.insync.replicas: 1
       inter.broker.protocol.version: "3.5"
     storage:
-      type: jbod
-      volumes:
-      - id: 0
-        type: persistent-claim
-        size: 1Gi
-        deleteClaim: false
+      type: ephemeral
   zookeeper:
     replicas: 1
     storage:
-      type: persistent-claim
-      size: 1Gi
-      deleteClaim: false
-  entityOperator:
-    topicOperator: {}
-    userOperator: {}
+      type: ephemeral