Skip to content
Snippets Groups Projects
uc4-benchmark-operator.yaml 1.47 KiB
Newer Older
MaxEmerold's avatar
MaxEmerold committed
apiVersion: theodolite.com/v1
kind: benchmark
metadata:
  name: uc4-hazelcastjet
spec:
  appResource:
    - "uc4-hazelcastjet/uc4-hazelcastjet-deployment.yaml"
    - "uc4-hazelcastjet/uc4-hazelcastjet-service.yaml"
    #- "uc4-hazelcastjet/uc4-jmx-configmap.yaml"
    #- "uc4-hazelcastjet/uc4-service-monitor.yaml"
  loadGenResource:
    - "uc4-kstreams/uc4-load-generator-deployment.yaml"
    - "uc4-kstreams/uc4-load-generator-service.yaml"
  resourceTypes:
    - typeName: "Instances"
      patchers:
        - type: "ReplicaPatcher"
          resource: "uc4-hazelcastjet/uc4-hazelcastjet-deployment.yaml"
  loadTypes:
    - typeName: "NumNestedGroups"
      patchers:
        - type: "EnvVarPatcher"
          resource: "uc4-kstreams/uc4-load-generator-deployment.yaml"
          properties:
            container: "workload-generator"
            variableName: "NUM_SENSORS"
        - type: NumNestedGroupsLoadGeneratorReplicaPatcher
          resource: "uc4-kstreams/uc4-load-generator-deployment.yaml"
          properties:
            loadGenMaxRecords: "150000"
            numSensors: "4.0"
  kafkaConfig:
    bootstrapServer: "theodolite-cp-kafka:9092"
    topics:
      - name: "input"
        numPartitions: 40
        replicationFactor: 1
      - name: "output"
        numPartitions: 40
        replicationFactor: 1
      - name: "configuration"
        numPartitions: 40
        replicationFactor: 1
      - name: "aggregation-feedback"
        numPartitions: 40
        replicationFactor: 1