Skip to content

Commit

Permalink
feat: update default values for the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 12, 2023
1 parent 19ffea0 commit 6ae0347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/mqtt-blackbox-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
Expand Down
13 changes: 4 additions & 9 deletions charts/mqtt-blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,17 @@ autoscaling:
config:
telemetry:
trace:
enabled: true
enabled: false
ratio: 0.1
agent:
host: "127.0.0.1"
port: 6831
profiler:
enabled: true
address: "http://127.0.0.1:4040"
endpoint: ""
metric:
enabled: true
address: ":8080"
logger:
level: "Debug"
mqtt:
url: "tcp://172.16.60.20:11883"
clientid: ""
url: "tcp://broker.emqx.io:1883"
clientid: "mqttx_c5c9fbf3"
username: ""
password: ""
keepalive: 60
Expand Down

0 comments on commit 6ae0347

Please sign in to comment.