We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc87f0 commit 19be533Copy full SHA for 19be533
kustomization/fleet-telemetry-consumer/deployment.yaml
@@ -4,7 +4,7 @@ metadata:
4
name: fleet-telemetry-consumer
5
namespace: tesla
6
spec:
7
- replicas: 3
+ replicas: 1
8
selector:
9
matchLabels:
10
app: fleet-telemetry-consumer
@@ -25,7 +25,7 @@ spec:
25
name: metrics
26
env:
27
- name: LOAD_DAYS
28
- value: "10"
+ value: "1"
29
# Kafka Configuration
30
- name: KAFKA_BOOTSTRAP_SERVERS
31
value: "tesla-kafka-bootstrap.tesla:9092"
0 commit comments