Skip to content
Snippets Groups Projects
uc4-benchmark-operator.yaml 1.57 KiB
Newer Older
MaxEmerold's avatar
MaxEmerold committed
apiVersion: theodolite.com/v1
kind: benchmark
metadata:
  name: uc4-hazelcastjet
spec:
  sut:
    resources:
      - configMap:
          name: "benchmark-resources-uc4-hazelcastjet"
          files:
            - "uc4-hazelcastjet-deployment.yaml"
            - "uc4-hazelcastjet-service.yaml"
  loadGenerator:
    resources:
      - configMap:
          name: "benchmark-resources-uc4-load-generator"
          files:
            - "uc4-load-generator-deployment.yaml"
            - "uc4-load-generator-service.yaml"
MaxEmerold's avatar
MaxEmerold committed
  resourceTypes:
    - typeName: "Instances"
      patchers:
        - type: "ReplicaPatcher"
          resource: "uc4-hazelcastjet-deployment.yaml"
MaxEmerold's avatar
MaxEmerold committed
  loadTypes:
    - typeName: "NumNestedGroups"
      patchers:
        - type: "EnvVarPatcher"
          resource: "uc4-load-generator-deployment.yaml"
MaxEmerold's avatar
MaxEmerold committed
          properties:
            container: "workload-generator"
            variableName: "NUM_SENSORS"
        - type: NumNestedGroupsLoadGeneratorReplicaPatcher
          resource: "uc4-load-generator-deployment.yaml"
MaxEmerold's avatar
MaxEmerold committed
          properties:
            loadGenMaxRecords: "150000"
            numSensors: "4.0"
  kafkaConfig:
    bootstrapServer: "theodolite-kafka-kafka-bootstrap:9092"
MaxEmerold's avatar
MaxEmerold committed
    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
      - name: "theodolite-.*"
        removeOnly: True