github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/test/e2e/testdata/smoketest/kafka/06_reconfig.yaml (about)

     1  apiVersion: apps.kubeblocks.io/v1alpha1
     2  kind: OpsRequest
     3  metadata:
     4    generateName: kafka-cluster-reconfiguring-
     5  spec:
     6    clusterRef: kafka-cluster
     7    reconfigure:
     8      componentName: broker
     9      configurations:
    10        - keys:
    11            - key: kafka-configuration-tpl
    12              parameters:
    13                - key: MaxRAMPercentage
    14                  value: "200"
    15                - key: MaxGCPauseMillis
    16                  value: "30"
    17          name: kafka-consensusset-config
    18    type: Reconfiguring