Skip to content
Snippets Groups Projects
Commit 3c406911 authored by Sören Henning's avatar Sören Henning Committed by Sören Henning
Browse files

Deploy workload generators again as Deployment

parent 06fe4973
No related branches found
No related tags found
1 merge request!34Deploy workload generators again as Deployment
Pipeline #832 passed
apiVersion: apps/v1 apiVersion: apps/v1
kind: StatefulSet kind: Deployment
metadata: metadata:
name: titan-ccp-load-generator name: titan-ccp-load-generator
spec: spec:
selector: selector:
matchLabels: matchLabels:
app: titan-ccp-load-generator app: titan-ccp-load-generator
serviceName: titan-ccp-load-generator
replicas: {{INSTANCES}} replicas: {{INSTANCES}}
template: template:
metadata: metadata:
......
...@@ -25,8 +25,6 @@ spec: ...@@ -25,8 +25,6 @@ spec:
value: "my-confluent-cp-kafka:9092" value: "my-confluent-cp-kafka:9092"
- name: SCHEMA_REGISTRY_URL - name: SCHEMA_REGISTRY_URL
value: "http://my-confluent-cp-schema-registry:8081" value: "http://my-confluent-cp-schema-registry:8081"
- name: HIERARCHY
value: "full"
- name: NUM_SENSORS - name: NUM_SENSORS
value: "4" value: "4"
- name: NUM_NESTED_GROUPS - name: NUM_NESTED_GROUPS
......
apiVersion: apps/v1 apiVersion: apps/v1
kind: StatefulSet kind: Deployment
metadata: metadata:
name: titan-ccp-load-generator name: titan-ccp-load-generator
spec: spec:
selector: selector:
matchLabels: matchLabels:
app: titan-ccp-load-generator app: titan-ccp-load-generator
serviceName: titan-ccp-load-generator
replicas: {{INSTANCES}} replicas: {{INSTANCES}}
template: template:
metadata: metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment