We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c64b0 commit 6e2b855Copy full SHA for 6e2b855
charts/netdata/values.yaml
@@ -345,8 +345,10 @@ child:
345
update_every: 1
346
autodetection_retry: 0
347
jobs:
348
- - url: http://127.0.0.1:10255/metrics
349
- - url: https://localhost:10250/metrics
+ - name: local
+ url: http://127.0.0.1:10255/metrics
350
351
+ url: https://localhost:10250/metrics
352
tls_skip_verify: yes
353
kubeproxy:
354
enabled: true
@@ -355,7 +357,8 @@ child:
355
357
356
358
359
- - url: http://127.0.0.1:10249/metrics
360
361
+ url: http://127.0.0.1:10249/metrics
362
363
env: {}
364
## To disable anonymous statistics:
0 commit comments