Hi all,
I want to have the same way used in helm-charts with the http section inside vlselect/vlinsert/vlstorage instead of using extraArgs for httpListenAddr like this (sample for vlselect parts):
http:
- name: "http"
primary: true
value: ":9471"
- name: "mtls"
value: ":9409"
tls: true
tlsCertFile: "/etc/tls/vlselect/tls.crt"
tlsKeyFile: "/etc/tls/vlselect/tls.key"
mtls: true
mtlsCAFile: /etc/tls/vlselect/ca.crt
EDIT : maybe it could be useful to use this way for all Victoria's components like in helm charts for victoria-metrics-, victoria-logs- and others
Hi all,
I want to have the same way used in helm-charts with the http section inside vlselect/vlinsert/vlstorage instead of using extraArgs for httpListenAddr like this (sample for vlselect parts):
EDIT : maybe it could be useful to use this way for all Victoria's components like in helm charts for victoria-metrics-, victoria-logs- and others