All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.quarkus-test-service-kafka.1.6.0.Beta20.source-code.strimzi-operator-kafka-instance.yaml Maven / Gradle / Ivy

The newest version!
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
  name: kafka-instance
spec:
  kafka:
    version: 3.7.0
    replicas: 1
    listeners:
      - name: plain
        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
      transaction.state.log.min.isr: 1
      log.message.format.version: "3.1-IV0"
    storage:
      type: jbod
      volumes:
        - id: 0
          type: persistent-claim
          size: 100Mi
          deleteClaim: true
  zookeeper:
    replicas: 1
    storage:
      type: persistent-claim
      size: 100Mi
      deleteClaim: true
  entityOperator:
    topicOperator: {}
    userOperator: {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy