Skip to content

FEATURE REQUEST: using same mechanism for ListenAddress declaration than in Helm #2346

Description

@ccaillet1974

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions