Skip to content

Commit 89c01bd

Browse files
authored
child/k8sstate bind to localhost by default (#486)
1 parent ca49026 commit 89c01bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/netdata/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ child:
309309
data: |
310310
[db]
311311
mode = ram
312+
[web]
313+
bind to = localhost:19999
312314
[health]
313315
enabled = no
314316
[ml]
@@ -446,6 +448,8 @@ k8sState:
446448
hostname = {{ .Values.k8sState.hostname }}
447449
[db]
448450
mode = ram
451+
[web]
452+
bind to = localhost:19999
449453
[health]
450454
enabled = no
451455
[ml]

0 commit comments

Comments
 (0)