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

Make instances setable

parent a71e3083
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ spec:
selector:
matchLabels:
app: titan-ccp-load-generator
replicas: 1
replicas: {{INSTANCES}}
template:
metadata:
labels:
......@@ -31,3 +31,9 @@ spec:
value: "4"
- name: NUM_NESTED_GROUPS
value: "{{NUM_NESTED_GROUPS}}"
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: INSTANCES
value: "{{INSTANCES}}"
......@@ -6,7 +6,7 @@ spec:
selector:
matchLabels:
app: titan-ccp-load-generator
replicas: 1
replicas: {{INSTANCES}}
template:
metadata:
labels:
......@@ -27,3 +27,9 @@ spec:
value: "http://my-confluent-cp-schema-registry:8081"
- name: NUM_SENSORS
value: "{{NUM_SENSORS}}"
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: INSTANCES
value: "{{INSTANCES}}"
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